diff options
author | jkh <jkh@FreeBSD.org> | 1997-06-14 19:04:19 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-06-14 19:04:19 +0800 |
commit | 8c0c01cfe06059cd2fe457da989ac3d24a7fac6c (patch) | |
tree | 1ebb6c8d55d40a92411a491bd04e6bce6398533b /audio | |
parent | 7f76aa7464618fff8a3c7550b35bc74ad392c31c (diff) | |
download | freebsd-ports-gnome-8c0c01cfe06059cd2fe457da989ac3d24a7fac6c.tar.gz freebsd-ports-gnome-8c0c01cfe06059cd2fe457da989ac3d24a7fac6c.tar.zst freebsd-ports-gnome-8c0c01cfe06059cd2fe457da989ac3d24a7fac6c.zip |
Add NO_CDROM clause - dguspat.zip is copyrighted.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/timidity++/Makefile | 4 | ||||
-rw-r--r-- | audio/timidity/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index 84f35c94f856..0135fe7fe08a 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -4,7 +4,7 @@ # Date created: 17 Nov 1996 # Whom: ache # -# $Id: Makefile,v 1.2 1996/11/18 05:20:10 asami Exp $ +# $Id: Makefile,v 1.3 1996/12/05 06:14:26 asami Exp $ # DISTNAME= timidity-0.2i @@ -16,6 +16,8 @@ DISTFILES= ${TIINS} ${DISTNAME}.tar.gz MAINTAINER= ache@FreeBSD.ORG +NO_CDROM= "Uses copyrighted patches" + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip EXTRACT_ONLY= ${DISTNAME}.tar.gz diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 84f35c94f856..0135fe7fe08a 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -4,7 +4,7 @@ # Date created: 17 Nov 1996 # Whom: ache # -# $Id: Makefile,v 1.2 1996/11/18 05:20:10 asami Exp $ +# $Id: Makefile,v 1.3 1996/12/05 06:14:26 asami Exp $ # DISTNAME= timidity-0.2i @@ -16,6 +16,8 @@ DISTFILES= ${TIINS} ${DISTNAME}.tar.gz MAINTAINER= ache@FreeBSD.ORG +NO_CDROM= "Uses copyrighted patches" + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip EXTRACT_ONLY= ${DISTNAME}.tar.gz |