diff options
author | salo <salo@pkgsrc.org> | 2002-11-30 11:46:02 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-11-30 11:46:02 +0000 |
commit | 26114542cddd4095532c000563a3282116b41f8b (patch) | |
tree | b4c978714cd273489814b3f1cfcc3ff8a0620820 /audio/aumix/Makefile | |
parent | ed3263ecc784bfa743d20660de3257a1b1982241 (diff) | |
download | pkgsrc-26114542cddd4095532c000563a3282116b41f8b.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patches, delint.
Diffstat (limited to 'audio/aumix/Makefile')
-rw-r--r-- | audio/aumix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index 554a1196108..e94b63e6824 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/10/13 11:55:54 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/11/30 11:46:02 salo Exp $ DISTNAME= aumix-2.7 CATEGORIES= audio @@ -15,6 +15,7 @@ COMMENT= Set mix levels BUILD_USES_MSGFMT= yes USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-own-labels CONFIGURE_ARGS+= --enable-nls |