diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-27 09:55:12 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-27 09:55:12 +0000 |
commit | d91f5feda84a62cc6466c80922b5433c40cc66ad (patch) | |
tree | a8edffce12c150d991fb91e7b3f012e8288ae5b8 /databases/mysql-editor/Makefile | |
parent | - better wording of GNUTLS option (diff) |
- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"
with hat apache@
Diffstat (limited to '')
-rw-r--r-- | databases/mysql-editor/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/mysql-editor/Makefile b/databases/mysql-editor/Makefile index beed3f47a534..98c009aa052e 100644 --- a/databases/mysql-editor/Makefile +++ b/databases/mysql-editor/Makefile @@ -16,7 +16,10 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= CGI scripts in Perl to edit your MySQL tables BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} + +DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now +EXPIRATION_DATE= one week after FreeBSD 9.0-RELEASE-p0 USE_APACHE= 13 NO_BUILD= yes |