diff options
author | wen <wen@FreeBSD.org> | 2010-06-23 08:55:17 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-06-23 08:55:17 +0800 |
commit | 5d296d4b4898005321757adcea0d7c70421267eb (patch) | |
tree | 88564a67d5308e7dd07a81cf25f6b5015ba6a850 /www | |
parent | 1d4b2cb8e2e564a4fb9a14186cca1fe0f1d45d0d (diff) | |
download | freebsd-ports-gnome-5d296d4b4898005321757adcea0d7c70421267eb.tar.gz freebsd-ports-gnome-5d296d4b4898005321757adcea0d7c70421267eb.tar.zst freebsd-ports-gnome-5d296d4b4898005321757adcea0d7c70421267eb.zip |
- Fix the build error reported by pointyhat
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/ilias3/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/ilias3/Makefile b/www/ilias3/Makefile index f4a95a5d396f..4efecb793771 100644 --- a/www/ilias3/Makefile +++ b/www/ilias3/Makefile @@ -6,7 +6,7 @@ PORTNAME= ilias PORTVERSION= 3.10.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/2.%20ILIAS%203.10/ILIAS%20${PORTVERSION} @@ -28,10 +28,7 @@ CONFLICTS= ilias-4.[0-9].* LATEST_LINK= ilias3 NO_BUILD= yes SUB_FILES= pkg-message -USE_MYSQL= yes -DEFAULT_MYSQL_VER= 50 USE_PHP= mysql session zlib gd pdf dom xsl pcre -DEFAULT_PHP_VER= 5 WRKSRC= ${WRKDIR}/ilias3 ILIASDATADIR= www/iliasdata PORTDOCS=* |