diff options
-rw-r--r-- | audio/mp3info/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile index 87d185a6a51..54ed9fb228e 100644 --- a/audio/mp3info/Makefile +++ b/audio/mp3info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/06/14 03:34:13 simonb Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/15 09:27:47 tron Exp $ # DISTNAME= mp3info-0.2.16 @@ -7,6 +7,8 @@ MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/ MAINTAINER= simonb@netbsd.org +CONFLICTS= gmp3info-* + GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |