diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-15 21:58:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-15 21:58:50 +0000 |
commit | 0e5c7267fdae8c7299c95ec4a5019842d11cbd7d (patch) | |
tree | 5c57589a74beca8206a0bfff8ceb5dc8dc69d70f /databases | |
parent | 5cb1e9be8449f597f9ab9e3a2c9408d93b57dcd4 (diff) | |
download | ports-0e5c7267fdae8c7299c95ec4a5019842d11cbd7d.tar.gz ports-0e5c7267fdae8c7299c95ec4a5019842d11cbd7d.zip |
- Allow Apache 2.0+
PR: ports/114485
Submitted by: Sture Ahlin <sture.ahlin@telia.com>
Approved by: Dan Langille <dan@langille.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=195689
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mantis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile index cf2bd159a1b3..5e4ffd732052 100644 --- a/databases/mantis/Makefile +++ b/databases/mantis/Makefile @@ -16,7 +16,7 @@ COMMENT= A bug tracking system written in PHP NO_BUILD= yes USE_MYSQL= yes -USE_APACHE= yes +USE_APACHE= 1.3+ USE_PHP= yes SUB_FILES= pkg-message |