diff options
author | jlam <jlam> | 2002-09-10 19:54:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-10 19:54:59 +0000 |
commit | a3b3cc3ee93614bb41deed35cebf44b65d795250 (patch) | |
tree | 229ef4d2f245af7fef49fe77b8eaaba168942d48 /devel/pkgconfig | |
parent | d474e2c4a996e5932bbcebe879b81ed30d363f71 (diff) | |
download | pkgsrc-a3b3cc3ee93614bb41deed35cebf44b65d795250.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r-- | devel/pkgconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index b2f2fa8fe6b..8f04d8fe31a 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/20 15:42:02 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/10 19:59:55 jlam Exp $ # DISTNAME= pkgconfig-0.12.0 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.freedesktop.org/software/pkgconfig/ COMMENT= system for managing library compile/link flags -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/glib-1.2.8/libtool |