diff options
author | jlam <jlam> | 2001-06-29 04:54:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-29 04:54:49 +0000 |
commit | 248e653126f88e8826180e58af0f27de58c1fc01 (patch) | |
tree | 0f7f2aeb7ecca34d147342f726930d3cafaae39e /audio/aumix | |
parent | aaf80c5bfdf5ecb0c919823c1b2442451e1dec77 (diff) | |
download | pkgsrc-248e653126f88e8826180e58af0f27de58c1fc01.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/aumix')
-rw-r--r-- | audio/aumix/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index fa94492055a..ecacd813eac 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/06/19 15:55:08 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/06/29 04:54:49 jlam Exp $ DISTNAME= aumix-2.7 CATEGORIES= audio @@ -14,12 +14,7 @@ COMMENT= Set mix levels BUILD_USES_MSGFMT= yes -#USE_CURSES= yes -#USE_LIBINTL= yes - USE_BUILDLINK_ONLY= yes -USE_CONFIG_WRAPPER= yes - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-own-labels CONFIGURE_ARGS+= --enable-nls |