summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-11-12 23:03:39 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-11-12 23:03:39 +0000
commit4a9b2ad461486e9d7e866abfe5416b158408ed89 (patch)
tree0d29ac5d4e74a980af2ed8ee0c7abca262e3a3e8 /audio
parentb9e6923ab2b0e0c347c6a557e663bf1865726117 (diff)
downloadpkgsrc-4a9b2ad461486e9d7e866abfe5416b158408ed89.tar.gz
Fix some more pkglint nits.
Diffstat (limited to 'audio')
-rw-r--r--audio/mikmod/Makefile5
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"