diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-13 08:26:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-13 08:26:35 +0000 |
commit | 7a63d99ce942b47134ec228dc7b35cbd190f5a66 (patch) | |
tree | d8f4981791dcf8712ee5e2e136de7b6b55ee27ad /www/typo346 | |
parent | 195a06bff7a3c9ce21e04ba629862b375fb8a604 (diff) | |
download | ports-7a63d99ce942b47134ec228dc7b35cbd190f5a66.tar.gz ports-7a63d99ce942b47134ec228dc7b35cbd190f5a66.zip |
Notes
Diffstat (limited to 'www/typo346')
-rw-r--r-- | www/typo346/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/typo346/Makefile b/www/typo346/Makefile index aa8c887970f2..879cf92f3d22 100644 --- a/www/typo346/Makefile +++ b/www/typo346/Makefile @@ -7,7 +7,7 @@ PORTNAME= typo3 PORTVERSION= 3.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ MAINTAINER= tux@pinguru.net COMMENT= The typo3 content management system NO_BUILD= yes -USE_PHP= mysql +USE_PHP= mysql pcre xml WANT_PHP_WEB= yes TYPO3DIR= www/${DISTNAME} |