diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-09-01 11:28:54 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-09-01 11:28:54 +0000 |
commit | ba9c7ff5c77de1e2c7a89ae2b4778855b3573dd6 (patch) | |
tree | d53636f97ab4790a8f4d05f8132e6f6f0512527d /www/smarty/Makefile | |
parent | - Fix pkg-plist (diff) |
- Fix dependencies adding pcre to USE_PHP
- Bump PORTREVISION
PR: ports/102720
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
Approved by: Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
Diffstat (limited to 'www/smarty/Makefile')
-rw-r--r-- | www/smarty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile index 6fdd72266131..a8245c844429 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -7,6 +7,7 @@ PORTNAME= smarty PORTVERSION= 2.6.14 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual @@ -23,7 +24,7 @@ DOCSVERSION= 2.6.11 WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION} NO_BUILD= yes -USE_PHP= yes +USE_PHP= pcre WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message |