Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2019 17:59:16 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519771 - head/sysutils/xorriso
Message-ID:  <201912101759.xBAHxGXt033672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Tue Dec 10 17:59:16 2019
New Revision: 519771
URL: https://svnweb.freebsd.org/changeset/ports/519771

Log:
  Add missing dependency for the CDIO option.
  
  Bump PORTREVISON for LIB_DEPENDS change.
  
  Approved by:	portmgr (blanket)
  MFH:		2019Q4 (blanket)

Modified:
  head/sysutils/xorriso/Makefile

Modified: head/sysutils/xorriso/Makefile
==============================================================================
--- head/sysutils/xorriso/Makefile	Tue Dec 10 17:58:02 2019	(r519770)
+++ head/sysutils/xorriso/Makefile	Tue Dec 10 17:59:16 2019	(r519771)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xorriso
 PORTVERSION=	1.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://files.libburnia-project.org/releases/
 DISTNAME=	libisoburn-${PORTVERSION}
@@ -35,6 +35,7 @@ LIBACL_DESC=	ACL Support
 LIBJTE_DESC=	Jigdo Support
 XATTR_DESC=	Extended file attribute Support
 
+CDIO_LIB_DEPENDS=		libcdio.so:sysutils/libcdio
 CDIO_CONFIGURE_ENABLE=		libcdio
 DEBUG_CONFIGURE_ENABLE=		debug
 LIBACL_CONFIGURE_ENABLE=	libacl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912101759.xBAHxGXt033672>