aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-12-27 00:57:58 +0000
committerRob Austein <sra@hactrn.net>2012-12-27 00:57:58 +0000
commit07898f94818e9453c5322d5a748c577cd52c8d3e (patch)
tree34bcde0581de2c80130214c8b518e102989d7d3c
parent37a6400509f4e42766b3ab24e1ab5f88b7cc81b3 (diff)
Perl and makedepend, both needed by OpenSSL.
svn path=/trunk/; revision=4946
-rw-r--r--buildtools/build-freebsd-port.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/buildtools/build-freebsd-port.py b/buildtools/build-freebsd-port.py
index 29843900..033bcc9b 100644
--- a/buildtools/build-freebsd-port.py
+++ b/buildtools/build-freebsd-port.py
@@ -84,7 +84,10 @@ USE_MYSQL= server
USE_APACHE_RUN= 22+
USE_GNOME= libxml2 libxslt
-# Split between dependency targets is somewhat arbitrary here, much of what's
+# For OpenSSL, not needed otherwise
+USE_PERL5_BUILD=yes
+
+# Split between dependency targets is somewhat arbitrary here, much of what is
# listed as BUILD_DEPENDS might be better as RUN_DEPENDS.
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \\
@@ -92,7 +95,8 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml
${PYTHON_PKGNAMEPREFIX}django>=1.3:${PORTSDIR}/www/py-django \\
${PYTHON_PKGNAMEPREFIX}vobject>0:${PORTSDIR}/deskutils/py-vobject \\
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \\
- ${PYTHON_PKGNAMEPREFIX}south>=0.7.6:${PORTSDIR}/databases/py-south
+ ${PYTHON_PKGNAMEPREFIX}south>=0.7.6:${PORTSDIR}/databases/py-south \\
+ makedepend>0:${PORTSDIR}/devel/makedepend
RUN_DEPENDS+= rrdtool>0:${PORTSDIR}/databases/rrdtool \\
${APACHE_PKGNAMEPREFIX}mod_wsgi>3:${PORTSDIR}/www/mod_wsgi3