summaryrefslogtreecommitdiff
path: root/security
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
commitbd78ffe182f2fbe6ac85bd8e3ab11d74fa57a8dc (patch)
tree15ff5398c095425b31bce82a42b1ccc6869a41ef /security
parente8c6000cf210fe22ca3c9e7c72f5eced23a39af0 (diff)
downloadpkgsrc-bd78ffe182f2fbe6ac85bd8e3ab11d74fa57a8dc.tar.gz
Switch to postgresql82 and hope it works. postgresql81 is gone.
Diffstat (limited to 'security')
-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