summaryrefslogtreecommitdiff
path: root/audio/mikmod
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-29 04:54:49 +0000
committerjlam <jlam>2001-06-29 04:54:49 +0000
commit7748c7e1a80c4e81c53ea9564bd97acb9a46125b (patch)
tree0f7f2aeb7ecca34d147342f726930d3cafaae39e /audio/mikmod
parent1223c4507005ff3f9f49492c3250c007e2945af5 (diff)
downloadpkgsrc-7748c7e1a80c4e81c53ea9564bd97acb9a46125b.tar.gz
USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
Diffstat (limited to 'audio/mikmod')
-rw-r--r--audio/mikmod/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
index 66cf4bb1fef..dc35414e9cc 100644
--- a/audio/mikmod/Makefile
+++ b/audio/mikmod/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2001/06/19 16:04:18 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2001/06/29 04:54:50 jlam Exp $
#
DISTNAME= mikmod-3.1.6-a
@@ -12,10 +12,7 @@ COMMENT= MOD player for UNI IT XM S3M MOD MTM STM DSM MED FAR ULT 669 files
USE_GMAKE= yes
GNU_CONFIGURE= yes
-#USE_CURSES= yes
-
USE_BUILDLINK_ONLY= yes
-USE_CONFIG_WRAPPER= yes
.include "../../audio/libmikmod/buildlink.mk"
.include "../../devel/ncurses/buildlink.mk"