summaryrefslogtreecommitdiff
path: root/devel/resolv_wrapper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/resolv_wrapper/Makefile')
-rw-r--r--devel/resolv_wrapper/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/resolv_wrapper/Makefile b/devel/resolv_wrapper/Makefile
index 609f43fccc36..c0ca09a6dda6 100644
--- a/devel/resolv_wrapper/Makefile
+++ b/devel/resolv_wrapper/Makefile
@@ -1,5 +1,6 @@
PORTNAME= resolv_wrapper
PORTVERSION= 1.1.8
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SAMBA/cwrap
@@ -11,12 +12,13 @@ WWW= https://cwrap.org/resolv_wrapper.html \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libsocket_wrapper.so:devel/socket_wrapper
-TEST_DEPENDS= cmocka>=1.1.5:sysutils/cmocka
+TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka \
+ socket_wrapper>=0:devel/socket_wrapper
USES= cmake:testing pathfix
-CMAKE_OFF= UNIT_TESTING
+CMAKE_OFF= PICKY_DEVELOPER \
+ UNIT_TESTING
CMAKE_TESTING_ON= UNIT_TESTING
USE_LDCONFIG= yes