diff options
author | wiz <wiz> | 2009-08-27 19:40:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-27 19:40:44 +0000 |
commit | f71ad206bd93d5fc0b0e083a3f957a686ef949ed (patch) | |
tree | 15ff5398c095425b31bce82a42b1ccc6869a41ef /security | |
parent | c2ea9c4561c567efe10dfce034c400732bad3736 (diff) | |
download | pkgsrc-f71ad206bd93d5fc0b0e083a3f957a686ef949ed.tar.gz |
Switch to postgresql82 and hope it works. postgresql81 is gone.
Diffstat (limited to 'security')
-rw-r--r-- | security/hydra/options.mk | 4 |
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 |