diff options
author | obache <obache@pkgsrc.org> | 2010-10-15 04:40:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-15 04:40:34 +0000 |
commit | d94c70aaf770eb2f053161751e4cb8cc21c494e0 (patch) | |
tree | 73dce17b30a4c9e9c7ebf2bd6d84bd38a046d98e /security/hydra | |
parent | 9553a8cd082de5d82fe5b3686b53eeab24c94db0 (diff) | |
download | pkgsrc-d94c70aaf770eb2f053161751e4cb8cc21c494e0.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')
-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 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 |