diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-02 10:26:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-02 10:26:51 +0000 |
commit | 75c01a25f22c0150671a8df217d9c6da4f1155e8 (patch) | |
tree | 3c45246dfc5ca5f71d3a5eff4adccb8048f1a0bf /www/textpattern | |
parent | a6561a5f16a12bb5f087c48ff422aa1606986c97 (diff) |
- Add missing dependency to pcre
PR: 120051
Submitted by: Juergen Unger <j.unger@jpru.de>
Approved by: maintainer implicit
Notes
Notes:
svn path=/head/; revision=206633
Diffstat (limited to 'www/textpattern')
-rw-r--r-- | www/textpattern/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/textpattern/Makefile b/www/textpattern/Makefile index 03ab5a6d953c..d3084f2724fe 100644 --- a/www/textpattern/Makefile +++ b/www/textpattern/Makefile @@ -7,6 +7,7 @@ PORTNAME= textpattern PORTVERSION= 4.0.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://textpattern.com/file_download/37/ @@ -15,7 +16,7 @@ COMMENT= A free, flexible, elegant, easy-to-use content management system NO_BUILD= YES WANT_PHP_WEB= YES -USE_PHP= mbstring xml mysql +USE_PHP= mbstring xml mysql pcre SUB_FILES= pkg-message |