diff options
Diffstat (limited to 'net/snort-pgsql/Makefile')
-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" |