aboutsummaryrefslogtreecommitdiff
path: root/security/libpreludedb/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-09-24 20:15:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-09-24 20:15:13 +0000
commit182b8e82208144fa6a24dc098d4edf3de35b8934 (patch)
tree005de4abbf224190723e7dd338da360b9f2e5e52 /security/libpreludedb/Makefile
parent37a21511459d2a665b7197541a532876010cf173 (diff)
downloadports-182b8e82208144fa6a24dc098d4edf3de35b8934.tar.gz
ports-182b8e82208144fa6a24dc098d4edf3de35b8934.zip
- Update to 0.9.15.3
PR: ports/139003 Submitted by: Vladimir Korkodinov <viper@perm.raid.ru> Feature safe: yes
Notes
Notes: svn path=/head/; revision=242033
Diffstat (limited to 'security/libpreludedb/Makefile')
-rw-r--r--security/libpreludedb/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile
index ea6eda9a7029..f4281b833460 100644
--- a/security/libpreludedb/Makefile
+++ b/security/libpreludedb/Makefile
@@ -4,8 +4,7 @@
# $FreeBSD$
PORTNAME= libpreludedb
-PORTVERSION= 0.9.15.1
-PORTREVISION= 2
+PORTVERSION= 0.9.15.3
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
@@ -42,7 +41,8 @@ PLIST_SUB+= WITH_PERL="@comment "
.endif
.if defined(WITH_PYTHON)
-USE_PYTHON= 2.3+
+USE_PYTHON= yes
+.include "${PORTSDIR}/Mk/bsd.python.mk"
CONFIGURE_ARGS+= --with-python
PLIST_SUB+= WITH_PYTHON="" PYTHON_VER=${PYTHON_VER}
.else
@@ -61,10 +61,10 @@ PLIST_SUB+= WITH_MYSQL="@comment "
.if defined(WITH_PGSQL) || exists(${LOCALBASE}/bin/pg_config)
USE_PGSQL= yes
-CONFIGURE_ARGS+= --with-pgsql
+CONFIGURE_ARGS+= --with-postgresql
PLIST_SUB+= WITH_PGSQL=""
.else
-CONFIGURE_ARGS+= --without-pgsql
+CONFIGURE_ARGS+= --without-postgresql
PLIST_SUB+= WITH_PGSQL="@comment "
.endif