diff options
Diffstat (limited to 'net/kea-devel/Makefile')
-rw-r--r-- | net/kea-devel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/kea-devel/Makefile b/net/kea-devel/Makefile index ca0e2fe82947..ac73c2eda7e9 100644 --- a/net/kea-devel/Makefile +++ b/net/kea-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= kea -DISTVERSION= 3.1.0 +DISTVERSION= 3.1.1 CATEGORIES= net MASTER_SITES= ISC/kea/cur/3.1 PKGNAMESUFFIX= -devel @@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ liblog4cplus.so:devel/log4cplus USES= compiler:c++11-lang cmake:indirect cpe iconv libtool meson \ - pathfix pkgconfig python tar:xz ssl + pathfix pkgconfig python tar:xz shebangfix ssl CPE_VENDOR= isc CPE_VERSION= ${DISTVERSION:C/-.*//} @@ -38,6 +38,9 @@ OPTIONS_SUB= yes MESON_ARGS= --auto-features=disabled \ -Dnetconf=disabled \ -Drunstatedir=/var/run + +SHEBANG_GLOB= *.py *.in +python_OLD_CMD+=@PYTHON@ MYSQL_USES= mysql MYSQL_MESON_ENABLED= mysql |