diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 05:40:38 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 05:40:38 +0000 |
commit | ecb61286fed4cb1f71a6aaba95d20b9b9b55a7c9 (patch) | |
tree | 46165edf00ff0e2e6726d0f59de37628818c6630 | |
parent | ccb05adb944b2c0dad0493bf2da57be6d6e4293c (diff) | |
download | pkgsrc-ecb61286fed4cb1f71a6aaba95d20b9b9b55a7c9.tar.gz |
Convert to buildlink3.
-rw-r--r-- | cad/pcb/Makefile | 4 | ||||
-rw-r--r-- | chat/dccserver/Makefile | 4 | ||||
-rw-r--r-- | chat/dircproxy/Makefile | 4 | ||||
-rw-r--r-- | chat/epic4/Makefile | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 01969b9a9b4..da4853d02ff 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/08/17 04:00:51 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/11 05:40:38 snj Exp $ # FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp # @@ -19,7 +19,7 @@ DEPENDS+= m4>=1.4:../../devel/m4 CONFLICTS+= pcb-current-[0-9]* -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_IMAKE= yes diff --git a/chat/dccserver/Makefile b/chat/dccserver/Makefile index e092da4abdd..c9b248f20fe 100644 --- a/chat/dccserver/Makefile +++ b/chat/dccserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 04:06:34 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/11 05:42:09 snj Exp $ # DISTNAME= dccserver-0.4 @@ -10,7 +10,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.nih.at/dccserver/ COMMENT= Standalone replacement for the mIRC /dccserver command -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes post-install: diff --git a/chat/dircproxy/Makefile b/chat/dircproxy/Makefile index fd955ee09f8..7210b0ed40b 100644 --- a/chat/dircproxy/Makefile +++ b/chat/dircproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/11/21 23:06:11 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/11 05:43:07 snj Exp $ DISTNAME= dircproxy-1.0.5 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.dircproxy.net/ COMMENT= Detachable internet relay chat proxy server GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PERL5= YES USE_PKGINSTALL= YES diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index 025bfcfb3ff..a3c46449115 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/03/26 02:27:35 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2004/04/11 05:46:30 snj Exp $ # DISTNAME= epic4-1.2.1 @@ -15,7 +15,7 @@ HOMEPAGE= http://www.epicsol.org/ COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES -.include "../../security/openssl/buildlink2.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |