diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-21 06:18:55 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-21 06:18:55 +0000 |
commit | d9c02f839396e28fa4c25aa2b39cda7cd904af89 (patch) | |
tree | 9bfb88c79876add4d4aeb9a561e39783be880ef5 | |
parent | f77a18a3de50a9532280a9530dc484eca8815dfe (diff) |
Summary: mod_wsgi3 => mod_wsgi4.
svn path=/trunk/; revision=6078
-rw-r--r-- | buildtools/freebsd-skeleton/rpki-ca/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/freebsd-skeleton/rpki-ca/Makefile b/buildtools/freebsd-skeleton/rpki-ca/Makefile index 17ff3407..0b75b728 100644 --- a/buildtools/freebsd-skeleton/rpki-ca/Makefile +++ b/buildtools/freebsd-skeleton/rpki-ca/Makefile @@ -41,7 +41,7 @@ RPKID_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml BUILD_DEPENDS+= ${RPKID_DEPENDS} RUN_DEPENDS+= ${RPKID_DEPENDS} -RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_wsgi3>0:${PORTSDIR}/www/mod_wsgi3 +RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_wsgi4>0:${PORTSDIR}/www/mod_wsgi4 # Try to use system OpenSSL if we can. CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |