summaryrefslogtreecommitdiff
path: root/net/netsaint-plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/netsaint-plugins/Makefile')
-rw-r--r--net/netsaint-plugins/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile
index 01c78b6e6e6..03a205b5388 100644
--- a/net/netsaint-plugins/Makefile
+++ b/net/netsaint-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/05/31 22:13:16 kristerw Exp $
+# $NetBSD: Makefile,v 1.19 2004/07/24 22:45:15 recht Exp $
#
DISTNAME= netsaint-plugins-1.2.9-4
@@ -17,8 +17,8 @@ DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh
.endif
USE_BUILDLINK3= YES
-CONFIGURE_ARGS+= --with-pgsql=${BUILDLINK_PREFIX.postgresql-lib}
-CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
+CONFIGURE_ARGS+= --with-pgsql=${PGSQL_PREFIX}
+CPPFLAGS+= -I${PGSQL_PREFIX}/include/postgresql
.include "../../net/netsaint-base/Makefile.common"
.include "../../mk/bsd.prefs.mk"
@@ -27,6 +27,6 @@ CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
CONFIGURE_ARGS+= --with-df-command="/bin/df -Pklt nokernfs,procfs,fdesc"
.endif
-.include "../../databases/postgresql-lib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"