diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /audio/mikmod | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'audio/mikmod')
-rw-r--r-- | audio/mikmod/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 6abbe7e764a..1f744b7c339 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/11/12 23:03:39 frueauf Exp $ +# $NetBSD: Makefile,v 1.14 1999/02/20 22:48:24 hubertf Exp $ # DISTNAME= mikmod-3.0.3 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.freenet.tlh.fl.us/~amstpi/mikmod.html DEPENDS+= ncurses-1.9.9g:../../devel/ncurses -CONFLICTS= mikmod-2.14 - USE_GMAKE= yes .include "../../mk/bsd.prefs.mk" |