diff options
author | frueauf <frueauf> | 1998-11-12 23:03:39 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-11-12 23:03:39 +0000 |
commit | c7475e873766d435043af731264d24f9809c7dae (patch) | |
tree | 0d29ac5d4e74a980af2ed8ee0c7abca262e3a3e8 /audio/mikmod | |
parent | baf2267f0fcde7154e45b4388fa5f5fa3b477b81 (diff) | |
download | pkgsrc-c7475e873766d435043af731264d24f9809c7dae.tar.gz |
Fix some more pkglint nits.
Diffstat (limited to 'audio/mikmod')
-rw-r--r-- | audio/mikmod/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index fd03ffb2b66..6abbe7e764a 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/08/20 15:16:39 tsarna Exp $ +# $NetBSD: Makefile,v 1.13 1998/11/12 23:03:39 frueauf Exp $ # DISTNAME= mikmod-3.0.3 @@ -10,9 +10,10 @@ MASTER_SITE_SUBDIR= apps/sound/players MAINTAINER= mycroft@NetBSD.ORG HOMEPAGE= http://www.freenet.tlh.fl.us/~amstpi/mikmod.html +DEPENDS+= ncurses-1.9.9g:../../devel/ncurses + CONFLICTS= mikmod-2.14 -DEPENDS+= ncurses-1.9.9g:../../devel/ncurses USE_GMAKE= yes .include "../../mk/bsd.prefs.mk" |