diff options
author | salo <salo> | 2002-11-30 11:46:02 +0000 |
---|---|---|
committer | salo <salo> | 2002-11-30 11:46:02 +0000 |
commit | 0f07750dcbe2954510274e4e04c64c5a6f9e26f1 (patch) | |
tree | b4c978714cd273489814b3f1cfcc3ff8a0620820 /audio/gqmpeg | |
parent | 273689e90a27283e25f091d1798e1bd8f63186b1 (diff) | |
download | pkgsrc-0f07750dcbe2954510274e4e04c64c5a6f9e26f1.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patches, delint.
Diffstat (limited to 'audio/gqmpeg')
-rw-r--r-- | audio/gqmpeg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index b594b81d985..86b77e9b320 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2002/09/11 09:48:46 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2002/11/30 11:46:04 salo Exp $ # DISTNAME= gqmpeg-0.19.0 @@ -15,10 +15,9 @@ DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools DEPENDS+= xmp>=2.0.2:../../audio/xmp USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_X11= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --without-included-gettext \ - --datadir=${PREFIX}/${PKGLOCALEDIR} .include "../../mk/bsd.prefs.mk" @@ -28,6 +27,7 @@ CONFIGURE_ARGS+= --enable-japanese .if !defined(GQMPEG_NO_RUSSIAN) CONFIGURE_ARGS+= --enable-russian .endif +CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ENV+= GNOME_DATADIR=${PREFIX}/share # in case gnome isn't installed, we need to create the directories |