svn commit: r519771 - head/sysutils/xorriso

Jason E. Hale jhale at FreeBSD.org
Tue Dec 10 17:59:16 UTC 2019


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


More information about the svn-ports-head mailing list