diff options
author | rh <rh@pkgsrc.org> | 2001-10-01 07:34:04 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-10-01 07:34:04 +0000 |
commit | f15457eca253132b8171457bf676bc686dcf072d (patch) | |
tree | 6587e795199ea69080b120571fbac71b90097509 /lang/gb/Makefile | |
parent | fc94e98714773e8cc607671ce44c1f7c1e085154 (diff) | |
download | pkgsrc-f15457eca253132b8171457bf676bc686dcf072d.tar.gz |
Reduce dependency on gnome-core to gnome-libs. While we are at it, make
this strongly buildlinked and provide a buildlink.mk for dependent packages
Diffstat (limited to 'lang/gb/Makefile')
-rw-r--r-- | lang/gb/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/lang/gb/Makefile b/lang/gb/Makefile index 4b3cfc4e9a8..b1648b4c608 100644 --- a/lang/gb/Makefile +++ b/lang/gb/Makefile @@ -1,22 +1,22 @@ -# $NetBSD: Makefile,v 1.7 2001/08/11 18:41:59 rh Exp $ +# $NetBSD: Makefile,v 1.8 2001/10/01 07:34:04 rh Exp $ # -DISTNAME= gb-0.0.20 -CATEGORIES= lang gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gb/} +DISTNAME= gb-0.0.20 +CATEGORIES= lang gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gb/} -MAINTAINER= rh@netbsd.org -HOMEPAGE= http://www.gnome.org/gb/ -COMMENT= Basic for Gnome +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.gnome.org/gb/ +COMMENT= Basic for Gnome -DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core +BUILD_USES_MSGFMT= YES -GNU_CONFIGURE= YES -USE_X11BASE= YES -USE_LIBTOOL= YES +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES +USE_X11BASE= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -CPPFLAGS+= -I${LOCALBASE}/include - +.include "../../print/gnome-print/buildlink.mk" .include "../../mk/bsd.pkg.mk" |