diff options
author | pav <pav@FreeBSD.org> | 2008-04-12 06:53:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-12 06:53:51 +0800 |
commit | f0047990dff509e85be625b37262b4288aad7d52 (patch) | |
tree | c59c72971c717d68041132fb8db5b139117e5729 | |
parent | 7b1b77ea92429cefcb2449c8ed19e75b41b340e6 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |