svn commit: r498802 - head/net/libdnet

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Apr 13 11:18:15 UTC 2019


Author: bofh
Date: Sat Apr 13 11:18:14 2019
New Revision: 498802
URL: https://svnweb.freebsd.org/changeset/ports/498802

Log:
  net/libdnet: Fix LIB_DEPENDS as MASTERPORT
  
  Reported by:	antoine

Modified:
  head/net/libdnet/Makefile

Modified: head/net/libdnet/Makefile
==============================================================================
--- head/net/libdnet/Makefile	Sat Apr 13 10:40:56 2019	(r498801)
+++ head/net/libdnet/Makefile	Sat Apr 13 11:18:14 2019	(r498802)
@@ -4,7 +4,7 @@
 PORTNAME=	libdnet
 PORTVERSION=	1.13
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES?=	net
 
 MAINTAINER?=	onatan at gmail.com
@@ -13,7 +13,7 @@ COMMENT=	Simple interface to low level networking rout
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libcheck.so:devel/check
+LIB_DEPENDS?=	libcheck.so:devel/check
 
 USES?=		autoreconf libtool
 


More information about the svn-ports-all mailing list