diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-02-05 11:46:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-02-05 11:46:55 +0000 |
commit | ca9c60461cb276ee2afe18260afc8dec97c1b6f8 (patch) | |
tree | 723ef4dd1e7ab15998168c724ba862742907ca7a /www/ilias3 | |
parent | fba82b2a968f007c64e260a48433dc7f9e39a3b8 (diff) | |
download | ports-ca9c60461cb276ee2afe18260afc8dec97c1b6f8.tar.gz ports-ca9c60461cb276ee2afe18260afc8dec97c1b6f8.zip |
Notes
Diffstat (limited to 'www/ilias3')
-rw-r--r-- | www/ilias3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ilias3/Makefile b/www/ilias3/Makefile index d0d72f2614cb..467347d64a7a 100644 --- a/www/ilias3/Makefile +++ b/www/ilias3/Makefile @@ -6,6 +6,7 @@ PORTNAME= ilias PORTVERSION= 3.10.12 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/2.%20ILIAS%203.10/ILIAS%20${PORTVERSION} @@ -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.10:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png CONFLICTS= ilias-4.[0-9].* |