aboutsummaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-02-24 05:08:06 +0000
committerRob Austein <sra@hactrn.net>2015-02-24 05:08:06 +0000
commit6bd908ddcf3f49eae9dff61b12b4cebc6a2d03b3 (patch)
tree80788fc07884bd1a97e841043d4fbb8a0f7af3f6 /buildtools
parent68eb4461a236ce51858c172121df5552c13d8f2e (diff)
/usr/ports/Mk/ voodoo changed, USE_PYTHON=v is now USES=python:v.
svn path=/trunk/; revision=6048
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/freebsd-skeleton/rpki-ca/Makefile2
-rw-r--r--buildtools/freebsd-skeleton/rpki-rp/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/freebsd-skeleton/rpki-ca/Makefile b/buildtools/freebsd-skeleton/rpki-ca/Makefile
index cf095aa1..d52af8ec 100644
--- a/buildtools/freebsd-skeleton/rpki-ca/Makefile
+++ b/buildtools/freebsd-skeleton/rpki-ca/Makefile
@@ -8,9 +8,9 @@ MAINTAINER= sra@hactrn.net
COMMENT= rpki.net RPKI CA tools
WWW= http://rpki.net/
+USES= python:2.7+
GNU_CONFIGURE= yes
NO_MTREE= yes
-USE_PYTHON= 2.7+
USE_GNOME= libxml2 libxslt
USE_MYSQL= server
USE_APACHE_RUN= 22+
diff --git a/buildtools/freebsd-skeleton/rpki-rp/Makefile b/buildtools/freebsd-skeleton/rpki-rp/Makefile
index adae6ef0..16537fdc 100644
--- a/buildtools/freebsd-skeleton/rpki-rp/Makefile
+++ b/buildtools/freebsd-skeleton/rpki-rp/Makefile
@@ -8,9 +8,9 @@ MAINTAINER= sra@hactrn.net
COMMENT= rpki.net RPKI relying party tools
WWW= http://rpki.net/
+USES= python:2.7+
GNU_CONFIGURE= yes
NO_MTREE= yes
-USE_PYTHON= 2.7+
USE_GNOME= libxml2 libxslt
USE_APACHE_RUN= 22+