diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-29 04:54:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-29 04:54:49 +0000 |
commit | 3b65bde2f7e4aec38e1ead305f6094960fd84a31 (patch) | |
tree | 0f7f2aeb7ecca34d147342f726930d3cafaae39e /audio/mikmod | |
parent | 37360e73f33abdbb3d35f35c1f3ca74e0fb6b684 (diff) | |
download | pkgsrc-3b65bde2f7e4aec38e1ead305f6094960fd84a31.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/Makefile | 5 |
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" |