aboutsummaryrefslogtreecommitdiff
path: root/net/libdnet
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-01 07:31:55 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-01 07:31:55 +0000
commit7c0b9ed6ea79d18fb61aac24a32d19d211927158 (patch)
tree5eb4497e46849fe02ec8367e49ba06d1a1b8e7ce /net/libdnet
parent7346f80c67b8e5855680033c8ffee6edafbe2adc (diff)
downloadports-7c0b9ed6ea79d18fb61aac24a32d19d211927158.tar.gz
ports-7c0b9ed6ea79d18fb61aac24a32d19d211927158.zip
net/libdnet: Drop bogus libcheck run dependency
It was added in r498511 to fix the build when devel/check is installed in the environment. It is not used for anything other than building a couple of tests that are never run or installed. Instead just pass --without-check to configure to disable use of it. PR: 237177 Reported by: Christian Ullrich <chris@chrullrich.net>
Notes
Notes: svn path=/head/; revision=500582
Diffstat (limited to 'net/libdnet')
-rw-r--r--net/libdnet/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile
index fb3bfd9236e7..694e53a7e3fc 100644
--- a/net/libdnet/Makefile
+++ b/net/libdnet/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libdnet
PORTVERSION= 1.13
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= net
MAINTAINER?= onatan@gmail.com
@@ -13,15 +13,13 @@ COMMENT= Simple interface to low level networking routines
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
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-check
.if !defined(LIBDNET_SLAVE)
CONFIGURE_ARGS+= --without-python