summaryrefslogtreecommitdiff
path: root/mail/courier-authpgsql
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-08 23:15:58 +0000
committerjlam <jlam>2002-10-08 23:15:58 +0000
commit8a9fa6fa3f83f4af787e5f3eb83e321dee1137b2 (patch)
tree8be60ed0a86a6198dae60b460dfd36c9616638f4 /mail/courier-authpgsql
parent8bdc085bab2eb207136101de0f11f5c5e3f75d76 (diff)
downloadpkgsrc-8a9fa6fa3f83f4af787e5f3eb83e321dee1137b2.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'mail/courier-authpgsql')
-rw-r--r--mail/courier-authpgsql/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/courier-authpgsql/Makefile b/mail/courier-authpgsql/Makefile
index fe28ceec7ae..9242f25edef 100644
--- a/mail/courier-authpgsql/Makefile
+++ b/mail/courier-authpgsql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/01/27 23:47:09 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/10/08 23:16:00 jlam Exp $
PKGNAME= courier-authpgsql-${BASE_VERS}
PKGREVISION?= # empty
@@ -6,13 +6,11 @@ COMMENT= Courier PostgreSQL authentication module
DEPENDS+= courier-auth>=${BASE_VERS}:../../mail/courier-auth
-USE_BUILDLINK_ONLY= yes
-
.include "../../mail/courier-auth/Makefile.authdaemond"
CONFIGURE_ARGS+= --with-authpgsql
-CONFIGURE_ARGS+= --with-pgsql-includes=${BUILDLINK_DIR}/include/pgsql
-CONFIGURE_ARGS+= --with-pgsql-libs=${BUILDLINK_DIR}/lib
+CONFIGURE_ARGS+= --with-pgsql-includes=${BUILDLINK_PREFIX.postgresql-lib}/include/pgsql
+CONFIGURE_ARGS+= --with-pgsql-libs=${BUILDLINK_PREFIX.postgresql-lib}/lib
GEN_FILES= authpgsqlrc
CONF_FILES_PERMS= # empty
@@ -38,6 +36,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/authlib/README.authpgsql.html \
${PREFIX}/share/doc/html/courier
-.include "../../databases/postgresql-lib/buildlink.mk"
+.include "../../databases/postgresql-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"