Index: head/net/libdnet/Makefile =================================================================== --- head/net/libdnet/Makefile (revision 500581) +++ head/net/libdnet/Makefile (revision 500582) @@ -1,31 +1,29 @@ # Created by: Dominic Marks # $FreeBSD$ PORTNAME= libdnet PORTVERSION= 1.13 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= net MAINTAINER?= onatan@gmail.com 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 USE_LDCONFIG= yes .endif .include