diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-10 12:26:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-10 12:26:53 +0000 |
commit | 1aa7de4b6c70e5e4781e7a98c66a8a48472218f5 (patch) | |
tree | 2d8656f0c388d47f2285d11b8e0cfcbc4dc960f4 /net/snort-pgsql | |
parent | 8424cfa6c438b8b24c58b2d7ea3a69bffcc6019d (diff) | |
download | pkgsrc-1aa7de4b6c70e5e4781e7a98c66a8a48472218f5.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'net/snort-pgsql')
-rw-r--r-- | net/snort-pgsql/Makefile | 8 |
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" |