diff options
author | wiz <wiz> | 2001-09-30 09:41:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-09-30 09:41:00 +0000 |
commit | e807612b616047624242cf3795b6c136dbc7b5d6 (patch) | |
tree | c384fbab0cd1da2dd859e07aa543a8625b3d3950 /audio | |
parent | de47586efbadda0ffba9f3737013860ca1ee68c9 (diff) | |
download | pkgsrc-e807612b616047624242cf3795b6c136dbc7b5d6.tar.gz |
Mark as USE_BUILDLINK_ONLY (not that it changes anything in this case, but
it should be noted :)
Diffstat (limited to 'audio')
-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" |