diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-26 15:01:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-26 15:01:51 +0000 |
commit | 7bf17241aaf2493df1c3431e5782775aaefa6b89 (patch) | |
tree | 64dffe1fc9502664191a8082767588a0ceb02017 /audio | |
parent | eba41e273ed057f960d894f4d37b1349bfdfde44 (diff) | |
download | pkgsrc-7bf17241aaf2493df1c3431e5782775aaefa6b89.tar.gz |
Depend on libghttp and gnome-libs instead of gnome-core.
Use LTCONFIG_OVERRIDE.
Fixes pkg/17709 by Julio Merino.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnome-media/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index e90b735c3ad..4ee7d328ae5 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/07/26 09:17:05 rh Exp $ +# $NetBSD: Makefile,v 1.15 2002/07/26 15:01:51 wiz Exp $ DISTNAME= gnome-media-1.2.3 PKGREVISION= 3 @@ -9,16 +9,17 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= Set of audio/multimedia applications for GNOME -DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core - GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES USE_LIBTOOL= YES USE_X11BASE= YES USE_GMAKE= YES BUILD_USES_MSGFMT= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+=--localstatedir=${X11PREFIX}/var/lib CONFIGURE_ENV+= XGETTEXT="${LOCALBASE}/bin/xgettext" -CPPFLAGS+= -I${LOCALBASE}/include +.include "../../www/libghttp/buildlink.mk" +.include "../../x11/gnome-libs/buildlink.mk" .include "../../mk/bsd.pkg.mk" |