summaryrefslogtreecommitdiff
path: root/security/hydra/options.mk
diff options
context:
space:
mode:
authorobache <obache>2010-10-15 04:40:34 +0000
committerobache <obache>2010-10-15 04:40:34 +0000
commit6dc082b055ac1bce5cf6d9efd56123e25cfe91f8 (patch)
tree73dce17b30a4c9e9c7ebf2bd6d84bd38a046d98e /security/hydra/options.mk
parentc2e46d3caf4ccabf15182296a73a990467c5fa22 (diff)
downloadpkgsrc-6dc082b055ac1bce5cf6d9efd56123e25cfe91f8.tar.gz
postgresql82 had been removed from pkgsrc,
switch to use default PostgreSQL in pkgsrc for pgsql option (default off).
Diffstat (limited to 'security/hydra/options.mk')
-rw-r--r--security/hydra/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/hydra/options.mk b/security/hydra/options.mk
index b19d7d6270b..4cdb0b1fdca 100644
--- a/security/hydra/options.mk
+++ b/security/hydra/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2010/02/25 17:55:48 joerg Exp $
+# $NetBSD: options.mk,v 1.7 2010/10/15 04:40:34 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hydra
PKG_SUPPORTED_OPTIONS= gtkfe svn pgsql
@@ -28,7 +28,7 @@ CONFIGURE_ENV+= WITH_SVN=0
.endif
.if !empty(PKG_OPTIONS:Mpgsql)
-.include "../../databases/postgresql82-client/buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
CONFIGURE_ENV+= WITH_PGSQL=1
.else
CONFIGURE_ENV+= WITH_PGSQL=0