diff options
author | linimon <linimon@FreeBSD.org> | 2004-10-05 05:29:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-10-05 05:29:46 +0800 |
commit | 47dd29cffccb0d9a29207f79b3a36114b9c48ab9 (patch) | |
tree | 9d0d4d8743c457bd1da72d57ed532270122f3391 /audio/faad | |
parent | 7b0b64a7424922ef76fd3e6879cabd35bbb67cca (diff) | |
download | freebsd-ports-gnome-47dd29cffccb0d9a29207f79b3a36114b9c48ab9.tar.gz freebsd-ports-gnome-47dd29cffccb0d9a29207f79b3a36114b9c48ab9.tar.zst freebsd-ports-gnome-47dd29cffccb0d9a29207f79b3a36114b9c48ab9.zip |
Set NO_CDROM due to licensing restrictions.
PR: ports/71655
Submitted by: Michael Johnson <ahze at ahze dot net> (maintainer)
Approved by: portmgr (implicit)
Diffstat (limited to 'audio/faad')
-rw-r--r-- | audio/faad/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 97b591f08d3c..79a355092cc9 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile WRKSRC= ${WRKDIR}/${PORTNAME} +NO_CDROM= "Restrictive copyright (do not sell for profit)" + USE_AUTOMAKE_VER= 15 USE_AUTOHEADER_VER= 253 AUTOMAKE_ARGS= --add-missing |