summaryrefslogtreecommitdiff
path: root/net/pchar
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 08:11:38 +0000
committersnj <snj>2004-04-25 08:11:38 +0000
commit4d4e8a1244817a3da317cc44e6eb45866e461ed8 (patch)
tree2b6bee2783f21844e38cbc1286296a92cfefcb8f /net/pchar
parent6ea10f9f95106b720212f75089c2918495d45c6a (diff)
downloadpkgsrc-4d4e8a1244817a3da317cc44e6eb45866e461ed8.tar.gz
Convert to buildlink3.
Diffstat (limited to 'net/pchar')
-rw-r--r--net/pchar/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile
index 2b7b11fbf73..b653617cf59 100644
--- a/net/pchar/Makefile
+++ b/net/pchar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/03/26 02:27:48 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2004/04/25 08:18:06 snj Exp $
DISTNAME= pchar-1.4
PKGREVISION= 3
@@ -11,7 +11,7 @@ COMMENT= Tool for measuring Internet path characteristics
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --with-ipv6
.endif
.if ${OPSYS} == "NetBSD"
-.include "../net-snmp/buildlink2.mk"
+.include "../net-snmp/buildlink3.mk"
CONFIGURE_ARGS+= --with-snmp=${BUILDLINK_PREFIX.net-snmp}
LIBS+= -lsnmp -lcrypto -ldes
@@ -31,5 +31,5 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/pchar.8 ${PREFIX}/man/man8
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"