summaryrefslogtreecommitdiff
path: root/databases/odbc-postgresql
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-12 02:39:57 +0000
committergrant <grant@pkgsrc.org>2004-06-12 02:39:57 +0000
commitc00bd178a42424ff5b7a6121117cdd8c2868b98c (patch)
tree80a8d93c689cdb520da8ac7a8071cee973cc72fd /databases/odbc-postgresql
parent3d552b02159fd4a2282988382a4631ebc8680d8e (diff)
downloadpkgsrc-c00bd178a42424ff5b7a6121117cdd8c2868b98c.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"