diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-17 10:42:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-17 10:42:30 +0000 |
commit | 1860c8e900a82750920afaa95a7e6e714173017e (patch) | |
tree | 55ebdeb4d19ec3609df46eabd31d382616d2028a /audio/amp | |
parent | 4348e0d6e2eea4cb2449c8dd0e16fcae4a2a19d7 (diff) | |
download | pkgsrc-1860c8e900a82750920afaa95a7e6e714173017e.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'audio/amp')
-rw-r--r-- | audio/amp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile index 0ac91df6993..99fb950fa05 100644 --- a/audio/amp/Makefile +++ b/audio/amp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/16 13:30:32 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/07/17 10:42:30 jlam Exp $ # DISTNAME= amp-0.7.6 @@ -12,7 +12,8 @@ COMMENT= another mp3 player NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -GNU_CONFIGURE= yes +USE_BUILDLINK_ONLY= yes +GNU_CONFIGURE= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/amp ${PREFIX}/bin |