aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-03-06 17:12:05 +0000
committerRob Austein <sra@hactrn.net>2014-03-06 17:12:05 +0000
commit25ec218e59d1feb097719256124cd85670ec7fc5 (patch)
tree258378681bbc4354db7050d35c42b3b91cafc592
parent6283a4de083fa87b2877e3151d4d4d996190975a (diff)
Package name for mod-wsgi changed in November, we didn't notice. Oops.
svn path=/trunk/; revision=5699
-rw-r--r--buildtools/freebsd-skeleton/rpki-ca/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/freebsd-skeleton/rpki-ca/Makefile b/buildtools/freebsd-skeleton/rpki-ca/Makefile
index 58797c7c..575ba7ae 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_wsgi>3:${PORTSDIR}/www/mod_wsgi3
+RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_wsgi3>0:${PORTSDIR}/www/mod_wsgi3
# Try to use system OpenSSL if we can.
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"