summaryrefslogtreecommitdiff
path: root/net/dctc
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 08:35:03 +0000
committersnj <snj>2004-04-25 08:35:03 +0000
commita1567774f15d2c15fdf779e96bf9835877c4fbce (patch)
treeb4231c1ad42a39dffe214815d5fd95f22b668b5c /net/dctc
parentca443db8f30e09219c3241b58cec3bd5255cbf67 (diff)
downloadpkgsrc-a1567774f15d2c15fdf779e96bf9835877c4fbce.tar.gz
Convert to buildlink3.
Diffstat (limited to 'net/dctc')
-rw-r--r--net/dctc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile
index 049cf6e5671..9056b70df67 100644
--- a/net/dctc/Makefile
+++ b/net/dctc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/24 14:50:05 grant Exp $
+# $NetBSD: Makefile,v 1.21 2004/04/25 08:35:03 snj Exp $
#
DISTNAME= dctc-0.85.4
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.ac2i.tzo.com/dctc/
COMMENT= Direct Connect clone (Direct Connect Text Client)
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
CONFIGURE_ARGS+= --enable-manual-db-detect
USE_PERL5= YES
USE_GNU_TOOLS+= make
@@ -25,6 +25,6 @@ post-configure:
@${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h
@${ECHO} '#endif' >> ${WRKSRC}/config.h
-.include "../../databases/db4/buildlink2.mk"
-.include "../../devel/glib2/buildlink2.mk"
+.include "../../databases/db4/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"