summaryrefslogtreecommitdiff
path: root/devel/cvsync
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 05:18:52 +0000
committersnj <snj>2004-04-25 05:18:52 +0000
commit07bb9d7ffcec79a963873939793ef939edd3d8b8 (patch)
tree78f5487d0ae70563b63c9649d5d831aed72a517b /devel/cvsync
parent58083a3a61abf39627d1a39ad5c8f01bde5ebd4a (diff)
downloadpkgsrc-07bb9d7ffcec79a963873939793ef939edd3d8b8.tar.gz
Convert to buildlink3.
Diffstat (limited to 'devel/cvsync')
-rw-r--r--devel/cvsync/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile
index c3add3c8704..a2cebea685a 100644
--- a/devel/cvsync/Makefile
+++ b/devel/cvsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2004/04/17 03:25:47 gehenna Exp $
+# $NetBSD: Makefile,v 1.62 2004/04/25 05:21:05 snj Exp $
#
DISTNAME= cvsync-0.24.15
@@ -9,7 +9,7 @@ MAINTAINER= gehenna@NetBSD.ORG
HOMEPAGE= http://www.cvsync.org/
COMMENT= Portable incremental cvs repository syncer
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_GNU_TOOLS+= make
@@ -25,5 +25,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd-NetBSD.conf ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd-OpenBSD.conf ${EGDIR}
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"