diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-03-19 21:09:19 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-03-19 21:09:19 +0000 |
commit | 6b3848c20102be65107b64ef4b7e02773011bee5 (patch) | |
tree | 6d4f2119cb4ee068b192c2d133fa7073825249b4 /databases/mantis | |
parent | 5d547c3cd39bdbc8a5979348f1fab12790ccefff (diff) | |
download | ports-6b3848c20102be65107b64ef4b7e02773011bee5.tar.gz ports-6b3848c20102be65107b64ef4b7e02773011bee5.zip |
Notes
Diffstat (limited to 'databases/mantis')
-rw-r--r-- | databases/mantis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile index d62e9ef1e3f3..d70c2718ad5b 100644 --- a/databases/mantis/Makefile +++ b/databases/mantis/Makefile @@ -7,9 +7,9 @@ PORTNAME= mantis PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= databases www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mantisbt +MASTER_SITES= SF/mantisbt MAINTAINER= dan@langille.org COMMENT= A bug tracking system written in PHP @@ -17,7 +17,7 @@ COMMENT= A bug tracking system written in PHP NO_BUILD= yes USE_MYSQL= yes USE_APACHE= 1.3+ -USE_PHP= yes +USE_PHP= pcre SUB_FILES= pkg-message |