Index: head/net/libdnet/Makefile =================================================================== --- head/net/libdnet/Makefile (revision 498801) +++ head/net/libdnet/Makefile (revision 498802) @@ -1,31 +1,31 @@ # Created by: Dominic Marks # $FreeBSD$ PORTNAME= libdnet PORTVERSION= 1.13 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 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 +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 USE_LDCONFIG= yes .endif .include