summaryrefslogtreecommitdiff
path: root/security/hydra/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/hydra/options.mk')
-rw-r--r--security/hydra/options.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/hydra/options.mk b/security/hydra/options.mk
index 6c8b7c23b4d..c71d64f17e8 100644
--- a/security/hydra/options.mk
+++ b/security/hydra/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/01/24 19:46:45 epg Exp $
+# $NetBSD: options.mk,v 1.3 2008/08/31 10:54:52 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hydra
PKG_SUPPORTED_OPTIONS= gtkfe svn pgsql
@@ -23,8 +23,14 @@ PLIST_SRC+= ${PKGDIR}/PLIST.xhydra
.if !empty(PKG_OPTIONS:Msvn)
.include "../../devel/subversion-base/buildlink3.mk"
.include "../../devel/apr0/buildlink3.mk"
+CONFIGURE_ENV+= WITH_SVN=1
+.else
+CONFIGURE_ENV+= WITH_SVN=0
.endif
.if !empty(PKG_OPTIONS:Mpgsql)
.include "../../databases/postgresql81-client/buildlink3.mk"
+CONFIGURE_ENV+= WITH_PGSQL=1
+.else
+CONFIGURE_ENV+= WITH_PGSQL=0
.endif