aboutsummaryrefslogtreecommitdiff
path: root/www/rt42
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2014-11-28 15:18:32 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2014-11-28 15:18:32 +0000
commite46a8fe2678a4aebf2c28f9c94f43c0d6b5a8961 (patch)
tree1bd86427ac5bf9626cdebd881d89cf0e4d923d68 /www/rt42
parentca61b4c6f8c3bd5960dcc670ec58dec937312371 (diff)
RT contains no compiled code, so code equivalent to USES=pgsql --
which adds a LIB_DEPENDS on libpg.so -- and similarly for USES=mysql and USES=sqlite is actually wrong. RT will inherit the correct dependencies from p5-DBD-Pg, p5-DBD-mysql or p5-DBD-Sqlite.
Notes
Notes: svn path=/head/; revision=373567
Diffstat (limited to 'www/rt42')
-rw-r--r--www/rt42/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/rt42/Makefile b/www/rt42/Makefile
index 3a8f4a457706..6a71c0a4ea2e 100644
--- a/www/rt42/Makefile
+++ b/www/rt42/Makefile
@@ -2,7 +2,7 @@
PORTNAME= rt
DISTVERSION= 4.2.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
PKGNAMESUFFIX= 42
@@ -81,15 +81,12 @@ SPAWN_FCGI_DESC= Deploy with spawn_fcgi
SPAWN_FCGI_RUN_DEPENDS= ${LOCALBASE}/bin/spawn-fcgi:${PORTSDIR}/www/spawn-fcgi \
${FASTCGI_DEPS}
-MYSQL_USE= MYSQL=yes
MYSQL_RUN_DEPENDS= ${MYSQL_DEPS}
-PGSQL_USES= pgsql
PGSQL_RUN_DEPENDS= ${PGSQL_DEPS}
ORACLE_RUN_DEPENDS= ${ORACLE_DEPS}
-SQLITE_USE= SQLITE=yes
SQLITE_RUN_DEPENDS= ${SQLITE_DEPS}
DEVELOPER_DESC= Configure for Developers