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/yamt/Makefile | |
parent | ed3263ecc784bfa743d20660de3257a1b1982241 (diff) | |
download | pkgsrc-26114542cddd4095532c000563a3282116b41f8b.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patches, delint.
Diffstat (limited to 'audio/yamt/Makefile')
-rw-r--r-- | audio/yamt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/yamt/Makefile b/audio/yamt/Makefile index d9d4acb6b93..9362983db9a 100644 --- a/audio/yamt/Makefile +++ b/audio/yamt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/21 02:15:57 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/11/30 11:46:07 salo Exp $ DISTNAME= yamt-0.5 CATEGORIES= audio @@ -8,11 +8,13 @@ MAINTAINER= rxg@netbsd.org HOMEPAGE= http://yamt.sourceforge.net/ COMMENT= Yet Another MP3 Tool +BUILD_USES_MSGFMT= yes + USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= yes .include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |