summaryrefslogtreecommitdiff
path: root/devel/isect/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 04:09:01 +0000
committersnj <snj@pkgsrc.org>2004-04-25 04:09:01 +0000
commit75e1bacf7cbc661b955c842538b2d0d92880eb6a (patch)
tree4da714942519c7ccc9d1058352115e4e41246269 /devel/isect/Makefile
parent32ac3251070ad16b27fb5bd7322bd3cd1658d7b6 (diff)
downloadpkgsrc-75e1bacf7cbc661b955c842538b2d0d92880eb6a.tar.gz
Convert to buildlink3.
Diffstat (limited to 'devel/isect/Makefile')
-rw-r--r--devel/isect/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/isect/Makefile b/devel/isect/Makefile
index a73dbe06567..a43d1dba10f 100644
--- a/devel/isect/Makefile
+++ b/devel/isect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/03/26 02:27:38 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2004/04/25 04:09:01 snj Exp $
#
DISTNAME= isect-1.6.2
@@ -11,7 +11,7 @@ HOMEPAGE= http://isectd.sourceforge.net/
COMMENT= Open source middleware daemon
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
USE_LIBTOOL= yes
PTHREAD_OPTS+= require
@@ -33,6 +33,6 @@ post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${EGDIR}
-.include "../../www/libwww/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../www/libwww/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"