aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2018-10-23 15:42:12 +0800
committerKoichiro Iwao <meta@FreeBSD.org>2018-10-23 15:42:12 +0800
commit36b6e91b32642bdcb92655c0877142f3d3570e6a (patch)
tree66abb07486fb71b4091786c5a81e21685461c739 /net
parent85795bfac4dca347a4c9368686510dd822a9e42d (diff)
downloadfreebsd-ports-gnome-36b6e91b32642bdcb92655c0877142f3d3570e6a.tar.gz
freebsd-ports-gnome-36b6e91b32642bdcb92655c0877142f3d3570e6a.tar.zst
freebsd-ports-gnome-36b6e91b32642bdcb92655c0877142f3d3570e6a.zip
net/kea: remove unused dependency on python 3.3+
Also, * Bump PORTREVISION due to dependency change PR: 220907 Submitted by: Andrew Fyfe Approved by: maintainer timeout (15 months), mentors (implicit)
Diffstat (limited to 'net')
-rw-r--r--net/kea/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kea/Makefile b/net/kea/Makefile
index 55416d2dae32..e91c1844c4b0 100644
--- a/net/kea/Makefile
+++ b/net/kea/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kea
PORTVERSION= 1.3.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net ipv6
MASTER_SITES= ISC/kea/${PORTVERSION}
@@ -17,7 +17,7 @@ LIB_DEPENDS= liblog4cplus.so:devel/log4cplus \
BROKEN_powerpc64= fails to configure: checking for log4cplus library... no
-USES= autoreconf compiler:c++11-lang libtool pathfix python:3.3+ ssl
+USES= autoreconf compiler:c++11-lang libtool pathfix ssl
USE_LDCONFIG= yes
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes