diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-08 12:23:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-08 12:23:12 +0000 |
commit | b63d4438e7251f74ead16d5c7207df07e45cd687 (patch) | |
tree | 643cc3fa069234e89a02fd9ade7e9300a98eefab /lang/gb | |
parent | e57d1dd0a150f84260f28db1cefd0a86e0ab3204 (diff) | |
download | pkgsrc-b63d4438e7251f74ead16d5c7207df07e45cd687.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'lang/gb')
-rw-r--r-- | lang/gb/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gb/Makefile b/lang/gb/Makefile index 873cea517ed..e924eb36cb8 100644 --- a/lang/gb/Makefile +++ b/lang/gb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/03/13 17:37:21 fredb Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/08 12:23:12 wiz Exp $ # DISTNAME= gb-0.0.20 @@ -13,11 +13,10 @@ COMMENT= Basic for Gnome BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES USE_X11BASE= YES USE_LIBTOOL= YES - LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -.include "../../print/gnome-print/buildlink.mk" +.include "../../print/gnome-print/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |