aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-04-12 06:53:51 +0800
committerpav <pav@FreeBSD.org>2008-04-12 06:53:51 +0800
commitf0047990dff509e85be625b37262b4288aad7d52 (patch)
treec59c72971c717d68041132fb8db5b139117e5729
parent7b1b77ea92429cefcb2449c8ed19e75b41b340e6 (diff)
downloadfreebsd-ports-gnome-f0047990dff509e85be625b37262b4288aad7d52.tar.gz
freebsd-ports-gnome-f0047990dff509e85be625b37262b4288aad7d52.tar.zst
freebsd-ports-gnome-f0047990dff509e85be625b37262b4288aad7d52.zip
- Toggle paranoia option to default on
OK'ed by: mich (maintainer)
-rw-r--r--sysutils/libcdio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile
index a5f4ca6caef3..23e3500b6748 100644
--- a/sysutils/libcdio/Makefile
+++ b/sysutils/libcdio/Makefile
@@ -6,6 +6,7 @@
PORTNAME= libcdio
PORTVERSION= 0.78.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libcdio
@@ -28,7 +29,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS
INFO= libcdio
-OPTIONS= PARANOIA "Support for accessing audio via CD Paranoia" off
+OPTIONS= PARANOIA "Support for accessing audio via CD Paranoia" on
.include <bsd.port.pre.mk>