Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2019 15:17:16 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518330 - head/net/zmap
Message-ID:  <201911241517.xAOFHGoT048317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911241517.xAOFHGoT048317>