diff options
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r-- | audio/gqmpeg/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index ab91c953946..8e2a188bbb2 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2001/06/11 06:34:18 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2001/06/15 08:47:27 jlam Exp $ # FreeBSD Id: Makefile,v 1.6 1998/12/28 01:02:05 vanilla Exp DISTNAME= gqmpeg-0.8.3 @@ -12,20 +12,19 @@ COMMENT= GTK+ front end to mpg123 BUILD_USES_MSGFMT= yes -DEPENDS+= gdk-pixbuf>=0.8.0nb1:../../graphics/gdk-pixbuf DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= mpg123-0.59r:../../audio/mpg123 USE_LIBINTL= YES USE_X11BASE= YES +.include "../../graphics/gdk-pixbuf/buildlink.mk" + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ARGS+= --enable-japanese CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" -CPPFLAGS+= -I${LOCALBASE}/include - # in case gnome isn't installed, we need to create the directories pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/gnome/apps/Multimedia |