diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 18:32:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 18:32:01 +0000 |
commit | 1a7bf80ecda393961af8f4f97732bebfee3c86f0 (patch) | |
tree | 363033374a3fa068a2c445f944398810c529278e /devel/isect | |
parent | 96c9bf94e8d5c958b040a8241953f86fc629eb96 (diff) | |
download | pkgsrc-1a7bf80ecda393961af8f4f97732bebfee3c86f0.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'devel/isect')
-rw-r--r-- | devel/isect/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/isect/Makefile b/devel/isect/Makefile index 975c411a2da..bf1a2ea9e25 100644 --- a/devel/isect/Makefile +++ b/devel/isect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/08/12 18:17:41 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/10/09 18:32:01 wiz Exp $ # DISTNAME= isect-1.6.2 @@ -10,6 +10,7 @@ HOMEPAGE= http://isectd.sourceforge.net/ COMMENT= open source middleware daemon GNU_CONFIGURE= yes +USE_BUILDLINK2= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig PTHREAD_OPTS+= require @@ -33,7 +34,7 @@ post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL -.include "../../www/libwww/buildlink.mk" -.include "../../mk/pthread.buildlink.mk" +.include "../../www/libwww/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |