summaryrefslogtreecommitdiff
path: root/net/snort-pgsql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/snort-pgsql/Makefile')
-rw-r--r--net/snort-pgsql/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile
index 3becf56497b..355d44eab31 100644
--- a/net/snort-pgsql/Makefile
+++ b/net/snort-pgsql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/07/01 17:10:22 adrianp Exp $
+# $NetBSD: Makefile,v 1.16 2004/07/24 22:45:15 recht Exp $
.include "../../net/snort/Makefile.common"
@@ -14,8 +14,7 @@ FILESDIR= ${PKGDIR}/files
PATCHDIR= ${PKGDIR}/patches
DISTINFO_FILE= ${PKGDIR}/distinfo
-CONFIGURE_ARGS+= --with-postgresql=${BUILDLINK_PREFIX.postgresql-lib}
-
-.include "../../databases/postgresql-lib/buildlink3.mk"
+CONFIGURE_ARGS+= --with-postgresql=${PGSQL_PREFIX}
+.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"