diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-18 11:11:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-18 11:11:29 +0000 |
commit | 3bbc108312c59a9d56e6bd7a9130f8572093caaf (patch) | |
tree | 8e56c67cbd222afd02e8ebaf5562ceb6431033ac /www/ilias | |
parent | 4e0edf1034c6e05efb7571da455f2c7ff894a993 (diff) |
Notes
Diffstat (limited to 'www/ilias')
-rw-r--r-- | www/ilias/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ilias/Makefile b/www/ilias/Makefile index 78ace093518c..9a0b464a4f94 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -6,6 +6,7 @@ PORTNAME= ilias PORTVERSION= 3.10.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF @@ -19,7 +20,7 @@ RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ ${LOCALBASE}/share/pear/Auth/Auth.php:${PORTSDIR}/security/pear-Auth \ ${LOCALBASE}/share/pear/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \ ${LOCALBASE}/share/pear/HTML/Template/IT.php:${PORTSDIR}/devel/pear-HTML_Template_IT -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png NO_BUILD= yes |