svn commit: r518330 - head/net/zmap

Tobias Kortkamp tobik at FreeBSD.org
Sun Nov 24 15:17:16 UTC 2019


Author: tobik
Date: Sun Nov 24 15:17:15 2019
New Revision: 518330
URL: https://svnweb.freebsd.org/changeset/ports/518330

Log:
  net/zmap: Fix absolute port origins in *_DEPENDS

Modified:
  head/net/zmap/Makefile

Modified: head/net/zmap/Makefile
==============================================================================
--- head/net/zmap/Makefile	Sun Nov 24 15:13:11 2019	(r518329)
+++ head/net/zmap/Makefile	Sun Nov 24 15:17:15 2019	(r518330)
@@ -27,10 +27,10 @@ OPTIONS_DEFINE=	REDIS MONGO JSON
 OPTIONS_DEFAULT=JSON
 JSON_DESC=	Build with support for JSON
 
-REDIS_LIB_DEPENDS=	libhiredis.so:/databases/hiredis
+REDIS_LIB_DEPENDS=	libhiredis.so:databases/hiredis
 REDIS_CMAKE_BOOL=	WITH_REDIS
 
-MONGO_LIB_DEPENDS=	libmongoc-1.0.so:/devel/mongo-c-driver
+MONGO_LIB_DEPENDS=	libmongoc-1.0.so:devel/mongo-c-driver
 MONGO_CMAKE_BOOL=	WITH_MONGO
 
 JSON_LIB_DEPENDS=	libjson-c.so:devel/json-c


More information about the svn-ports-all mailing list