diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /security/openscep | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) |
Notes
Diffstat (limited to 'security/openscep')
-rw-r--r-- | security/openscep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openscep/Makefile b/security/openscep/Makefile index b3e478f32aba..eca683d8c2e2 100644 --- a/security/openscep/Makefile +++ b/security/openscep/Makefile @@ -7,7 +7,7 @@ PORTNAME= openscep PORTVERSION= 0.4.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= http://openscep.othello.ch/download/ @@ -19,7 +19,7 @@ MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool USE_OPENSSL= yes USE_OPENLDAP= yes -USE_APACHE= 1.3+ +USE_APACHE= 13+ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes |