diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-21 06:09:46 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-21 06:09:46 +0800 |
commit | 079575a5fa7b2f523fd9fe7998b686776a57a031 (patch) | |
tree | 4e8ee1242852606ee82c5424bf3072ee8f9f7658 /audio/grip | |
parent | bb36d3f7a016623cf887e58b95b39c1329b43dcf (diff) | |
download | freebsd-ports-gnome-079575a5fa7b2f523fd9fe7998b686776a57a031.tar.gz freebsd-ports-gnome-079575a5fa7b2f523fd9fe7998b686776a57a031.tar.zst freebsd-ports-gnome-079575a5fa7b2f523fd9fe7998b686776a57a031.zip |
- Enable cdparanoia support
Diffstat (limited to 'audio/grip')
-rw-r--r-- | audio/grip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 8b31baa8b2c4..6e6cf623026e 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -31,6 +31,7 @@ OPTIONS= CDPARANOIA "Enable cdparanoia support" off .if defined(WITH_CDPARANOIA) LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia +CONFIGURE_ARGS+= --enable-cdpar .endif .include <bsd.port.post.mk> |