diff options
-rw-r--r-- | devel/pkgconfig/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index 2255428f9ab..b2f2fa8fe6b 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/03/15 12:38:11 martti Exp $ +# $NetBSD: Makefile,v 1.4 2002/03/20 15:42:02 jlam Exp $ # DISTNAME= pkgconfig-0.12.0 @@ -9,12 +9,10 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.freedesktop.org/software/pkgconfig/ COMMENT= system for managing library compile/link flags -GNU_CONFIGURE= YES -USE_LIBTOOL= YES - -post-configure: - ${RM} -f ${WRKSRC}/libtool - ${LN} -s ${LOCALBASE}/bin/libtool ${WRKSRC} +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/glib-1.2.8/libtool post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/pkgconfig |