diff options
-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 |