diff options
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r-- | audio/gqmpeg/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 0cbdb9d71c3..49c160322ec 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2002/02/04 17:04:10 rxg Exp $ +# $NetBSD: Makefile,v 1.52 2002/02/14 01:38:08 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1998/12/28 01:02:05 vanilla Exp DISTNAME= gqmpeg-0.12.1 @@ -20,6 +20,9 @@ USE_X11BASE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-included-gettext \ --datadir=${PREFIX}/${PKGLOCALEDIR} + +.include "../../mk/bsd.prefs.mk" + .if !defined(GQMPEG_NO_JAPANESE) CONFIGURE_ARGS+= --enable-japanese .endif |