summaryrefslogtreecommitdiff
path: root/databases/odbc-postgresql
diff options
context:
space:
mode:
authorgrant <grant>2004-06-12 02:39:57 +0000
committergrant <grant>2004-06-12 02:39:57 +0000
commitdc0b1e94267ead748fd08ec21ef9cfac84cba09f (patch)
tree80a8d93c689cdb520da8ac7a8071cee973cc72fd /databases/odbc-postgresql
parent7c3498535af20a349a5fd14c62e7360295eba2c3 (diff)
downloadpkgsrc-dc0b1e94267ead748fd08ec21ef9cfac84cba09f.tar.gz
this uses openssl, so it needs openssl/buildlink3.mk.
Diffstat (limited to 'databases/odbc-postgresql')
-rw-r--r--databases/odbc-postgresql/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/odbc-postgresql/Makefile.common b/databases/odbc-postgresql/Makefile.common
index 1c2a6e81e11..289832ae76b 100644
--- a/databases/odbc-postgresql/Makefile.common
+++ b/databases/odbc-postgresql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/05/08 05:25:12 snj Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/06/12 02:39:57 grant Exp $
DISTNAME= postgresql-${DIST_VERS}
CATEGORIES= databases
@@ -70,3 +70,5 @@ CONFIGURE_ARGS+= --with-CXX
CONFIGURE_ARGS+= --with-template="${LOWER_OPSYS}"
BUILD_DIRS= ${WRKSRC}/src/interfaces/odbc
+
+.include "../../security/openssl/buildlink3.mk"