summaryrefslogtreecommitdiff
path: root/databases/postgresql
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-21 21:40:07 +0000
committerjlam <jlam@pkgsrc.org>2001-06-21 21:40:07 +0000
commita85615f592fa5c2d217a8320b03ed67a7cb1b2dc (patch)
treee01fd8e8e9be85545cfedf67fe95fc5c2344b8ea /databases/postgresql
parentc2ae73c3467488a9832b6badaf6efff00c4cd9b3 (diff)
downloadpkgsrc-a85615f592fa5c2d217a8320b03ed67a7cb1b2dc.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'databases/postgresql')
-rw-r--r--databases/postgresql/Makefile.ssl6
-rw-r--r--databases/postgresql/files/Makefile.custom6
2 files changed, 7 insertions, 5 deletions
diff --git a/databases/postgresql/Makefile.ssl b/databases/postgresql/Makefile.ssl
index 1d98eeafdd8..774b6a3f891 100644
--- a/databases/postgresql/Makefile.ssl
+++ b/databases/postgresql/Makefile.ssl
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile.ssl,v 1.1 2001/05/14 14:52:36 jlam Exp $
+# $NetBSD: Makefile.ssl,v 1.2 2001/06/21 21:40:07 jlam Exp $
#
# This Makefile fragment *must* be included by PostgreSQL packages built from
# the main sources of the PostgreSQL distribution that use the PostgreSQL
# libraries.
USE_SSL= # defined
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_DIR}
+
+.include "../../security/openssl/buildlink.mk"
diff --git a/databases/postgresql/files/Makefile.custom b/databases/postgresql/files/Makefile.custom
index 476480288cd..663e8f2e61f 100644
--- a/databases/postgresql/files/Makefile.custom
+++ b/databases/postgresql/files/Makefile.custom
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile.custom,v 1.6 2001/05/16 15:41:03 jlam Exp $
+# $NetBSD: Makefile.custom,v 1.7 2001/06/21 21:40:07 jlam Exp $
#
# This file is included by Makefile.global, which is included by every
# sub-Makefile in the build tree. Makefiles for shared libraries include
# Makefile.global then Makefile.shlib.
ifdef INSTALLED_LIBPQ
-libpq = -L$(libdir) -lpq
+libpq = -lpq
endif
ifdef INSTALLED_LIBPGTCL
-libpgtcl = -L$(libdir) -lpgtcl
+libpgtcl = -lpgtcl
endif