diff options
Diffstat (limited to 'audio/gmp3info/Makefile')
-rw-r--r-- | audio/gmp3info/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gmp3info/Makefile b/audio/gmp3info/Makefile index e4de354d35d..b3a3d64b808 100644 --- a/audio/gmp3info/Makefile +++ b/audio/gmp3info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/09/30 09:34:49 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/30 09:41:00 wiz Exp $ # DISTNAME= mp3info-0.8.2 @@ -14,6 +14,7 @@ COMMENT= Utility to read and modify the ID3 tags of MP3 files CONFLICTS= mp3info-[0-9]* +USE_BUILDLINK_ONLY= yes USE_CONFIG_WRAPPER= yes .include "../../devel/ncurses/buildlink.mk" |