diff options
author | xtraeme <xtraeme> | 2004-04-11 17:22:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-11 17:22:19 +0000 |
commit | 0eb6e2bcfb25397fd861f3fdafc1bbaf42f88b3b (patch) | |
tree | 4bf8d8a3e9fa0810728f3858f4523c85d2f38b1c | |
parent | a1dd1a49c1d2f18d14d539b064df2be190f52a82 (diff) | |
download | pkgsrc-0eb6e2bcfb25397fd861f3fdafc1bbaf42f88b3b.tar.gz |
s/USE_BUILDLINK2/NO_BUILDLINK/ because this is a meta-pkg.
-rw-r--r-- | audio/mad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mad/Makefile b/audio/mad/Makefile index 82579038747..b20634fcb44 100644 --- a/audio/mad/Makefile +++ b/audio/mad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 21:22:47 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/11 17:22:19 xtraeme Exp $ # DISTNAME= mad-0.15.0b @@ -14,11 +14,11 @@ DEPENDS+= libmad>=0.15.0:../../audio/libmad DEPENDS+= libid3tag>=0.15.0:../../audio/libid3tag DEPENDS+= madplay>=0.15.0:../../audio/madplay -USE_BUILDLINK2= YES EXTRACT_ONLY= # empty NO_CHECKSUM= YES NO_CONFIGURE= YES NO_BUILD= YES +NO_BUILDLINK= YES do-install: # empty |