diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-02 18:26:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-02 18:26:51 +0800 |
commit | 546240896c371b992eb2aab9ebf1d6a57be706c0 (patch) | |
tree | 32ef7bd44c938009dec6603102de0edfd841f33f /www/textpattern | |
parent | b0eeb5d22fa873f4409dd210755528584b8d9ed8 (diff) | |
download | freebsd-ports-gnome-546240896c371b992eb2aab9ebf1d6a57be706c0.tar.gz freebsd-ports-gnome-546240896c371b992eb2aab9ebf1d6a57be706c0.tar.zst freebsd-ports-gnome-546240896c371b992eb2aab9ebf1d6a57be706c0.zip |
- Add missing dependency to pcre
PR: 120051
Submitted by: Juergen Unger <j.unger@jpru.de>
Approved by: maintainer implicit
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 |