summaryrefslogtreecommitdiff
path: root/security/hydra
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-27 19:40:44 +0000
committerwiz <wiz@pkgsrc.org>2009-08-27 19:40:44 +0000
commit717266bc9ac2b940e47a1fb7de1678947fd2ec22 (patch)
tree15ff5398c095425b31bce82a42b1ccc6869a41ef /security/hydra
parent0d0c0ca4b2c27b0d5e270959b68186df9861db38 (diff)
downloadpkgsrc-717266bc9ac2b940e47a1fb7de1678947fd2ec22.tar.gz
Switch to postgresql82 and hope it works. postgresql81 is gone.
Diffstat (limited to 'security/hydra')
-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 f6ede00e54d..19a40c9036f 100644
--- a/security/hydra/options.mk
+++ b/security/hydra/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2008/10/30 14:49:42 bad Exp $
+# $NetBSD: options.mk,v 1.5 2009/08/27 19:40:44 wiz 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/postgresql81-client/buildlink3.mk"
+.include "../../databases/postgresql82-client/buildlink3.mk"
CONFIGURE_ENV+= WITH_PGSQL=1
.else
CONFIGURE_ENV+= WITH_PGSQL=0