diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-01-02 00:47:41 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-01-02 00:47:41 +0800 |
commit | 48837ab16bde31ea9c001422df6073d693256ce1 (patch) | |
tree | 64668ce4ec857bdbc987620cd74567b0e5e6f87f /security | |
parent | 86447a151bfb3c2a9e868307ff3efab5eb72ca61 (diff) | |
download | freebsd-ports-gnome-48837ab16bde31ea9c001422df6073d693256ce1.tar.gz freebsd-ports-gnome-48837ab16bde31ea9c001422df6073d693256ce1.tar.zst freebsd-ports-gnome-48837ab16bde31ea9c001422df6073d693256ce1.zip |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@
Diffstat (limited to 'security')
-rw-r--r-- | security/openscep/Makefile | 4 | ||||
-rw-r--r-- | security/phpdeadlock/Makefile | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/security/openscep/Makefile b/security/openscep/Makefile index 6fdeb38af5b4..812ce6ef69c6 100644 --- a/security/openscep/Makefile +++ b/security/openscep/Makefile @@ -19,16 +19,14 @@ MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool USE_OPENSSL= yes USE_OPENLDAP= yes -USE_APACHE= 13+ +USE_APACHE= 20+ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes .include <bsd.port.pre.mk> -.if ${APACHE_VERSION} > 13 PLIST_DIRSTRY= www/cgi-bin -.endif CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" diff --git a/security/phpdeadlock/Makefile b/security/phpdeadlock/Makefile index b1157669fd03..ca34c05b3180 100644 --- a/security/phpdeadlock/Makefile +++ b/security/phpdeadlock/Makefile @@ -21,7 +21,7 @@ DLDIR= www/${DLURL} PORTDOCS= CHANGES.txt COPYING.txt UPGRADE.txt USE_DOS2UNIX= yes -USE_APACHE= 13+ +USE_APACHE= 20+ USE_PHP= mysql session ctype pcre NO_BUILD= yes |