diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2018-10-23 15:42:12 +0800 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2018-10-23 15:42:12 +0800 |
commit | 36b6e91b32642bdcb92655c0877142f3d3570e6a (patch) | |
tree | 66abb07486fb71b4091786c5a81e21685461c739 /net | |
parent | 85795bfac4dca347a4c9368686510dd822a9e42d (diff) | |
download | freebsd-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/Makefile | 4 |
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 |