svn commit: r498511 - head/net/libdnet

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Apr 9 19:37:05 UTC 2019


Author: bofh
Date: Tue Apr  9 19:37:04 2019
New Revision: 498511
URL: https://svnweb.freebsd.org/changeset/ports/498511

Log:
  net/libdnet: Fix build when devel/check is installed
  
  Reported by:	gavilaan at googlemail.com richard at highwayman.com

Modified:
  head/net/libdnet/Makefile

Modified: head/net/libdnet/Makefile
==============================================================================
--- head/net/libdnet/Makefile	Tue Apr  9 19:08:09 2019	(r498510)
+++ head/net/libdnet/Makefile	Tue Apr  9 19:37:04 2019	(r498511)
@@ -4,6 +4,7 @@
 PORTNAME=	libdnet
 PORTVERSION=	1.13
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES?=	net
 
 MAINTAINER?=	onatan at gmail.com
@@ -12,12 +13,15 @@ COMMENT=	Simple interface to low level networking rout
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+LIB_DEPENDS=	libcheck.so:devel/check
+
 USES?=		autoreconf libtool
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	5u623l20
 
 GNU_CONFIGURE=	yes
+CFLAGS+=	-I${LOCALBASE}/include
 
 .if !defined(LIBDNET_SLAVE)
 CONFIGURE_ARGS+=	--without-python


More information about the svn-ports-all mailing list