summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-10 12:26:53 +0000
committerwiz <wiz>2002-10-10 12:26:53 +0000
commit8fa3ddb19f54943934d772102b5c75f349e9ccb0 (patch)
tree2d8656f0c388d47f2285d11b8e0cfcbc4dc960f4 /net
parent8d5aba3ee5655ca27417685dd6ca138715e591f4 (diff)
downloadpkgsrc-8fa3ddb19f54943934d772102b5c75f349e9ccb0.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'net')
-rw-r--r--net/snort-pgsql/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile
index cfd640b0829..d43fb875066 100644
--- a/net/snort-pgsql/Makefile
+++ b/net/snort-pgsql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/07/17 13:06:04 agc Exp $
+# $NetBSD: Makefile,v 1.5 2002/10/10 12:26:53 wiz Exp $
#
.include "../../net/snort/Makefile.common"
@@ -10,12 +10,12 @@ COMMENT= Libpcap-based packet sniffer/logger using a PostgreSQL database
CONFLICTS+= snort-[0-9]*
CONFLICTS+= snort-mysql-[0-9]*
-CONFIGURE_ARGS+=--with-postgresql=${BUILDLINK_DIR}
+CONFIGURE_ARGS+=--with-postgresql=${BUILDLINK_PREFIX.postgresql-lib}
PKGDIR= ${.CURDIR}/../../net/snort
PATCHDIR= ${PKGDIR}/patches
DISTINFO_FILE= ${PKGDIR}/distinfo
-.include "../../databases/postgresql-lib/buildlink.mk"
-.include "../../net/libpcap/buildlink.mk"
+.include "../../databases/postgresql-lib/buildlink2.mk"
+.include "../../net/libpcap/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"