summaryrefslogtreecommitdiff
path: root/net/snort-pgsql
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-24 22:45:14 +0000
committerrecht <recht@pkgsrc.org>2004-07-24 22:45:14 +0000
commit8dc45652d46a220002347a3b36987cfcc6720ea4 (patch)
tree2a9af75a69e002a52d9f045391377b6b709f9e60 /net/snort-pgsql
parent469aa0e7b0acb890daa191ae38db7d113e39ffb8 (diff)
downloadpkgsrc-8dc45652d46a220002347a3b36987cfcc6720ea4.tar.gz
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
Diffstat (limited to 'net/snort-pgsql')
-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"