aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2019-12-10 18:01:25 +0000
committerJason E. Hale <jhale@FreeBSD.org>2019-12-10 18:01:25 +0000
commit0d6ed920a9686c1f7e1ed36126b02ca5cfac6ee3 (patch)
treef2018306408f5456c3defb4b5e414ca6ea26e4da
parentc784904e29d5fca848b5cb45e280040372c4b22e (diff)
downloadports-0d6ed920a9686c1f7e1ed36126b02ca5cfac6ee3.tar.gz
ports-0d6ed920a9686c1f7e1ed36126b02ca5cfac6ee3.zip
MFH: r519771
Add missing dependency for the CDIO option. Bump PORTREVISON for LIB_DEPENDS change. Approved by: portmgr (blanket) Approved by: ports-secteam (blanket)
Notes
Notes: svn path=/branches/2019Q4/; revision=519772
-rw-r--r--sysutils/xorriso/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile
index a35b9a4f61bb..7bc26b5bf1b7 100644
--- a/sysutils/xorriso/Makefile
+++ b/sysutils/xorriso/Makefile
@@ -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