diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2019-04-09 19:37:04 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2019-04-09 19:37:04 +0000 |
commit | 0290e51f16e7230f725af91545a4973762df06d9 (patch) | |
tree | c91c07ee541688fae060e797664bc9a902404c0b /net/libdnet/Makefile | |
parent | c77454e6be8234d5c350f5e0e37a4424ae7d327e (diff) | |
download | ports-0290e51f16e7230f725af91545a4973762df06d9.tar.gz ports-0290e51f16e7230f725af91545a4973762df06d9.zip |
Notes
Diffstat (limited to 'net/libdnet/Makefile')
-rw-r--r-- | net/libdnet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 13486700f71b..26fb437a1587 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -4,6 +4,7 @@ PORTNAME= libdnet PORTVERSION= 1.13 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES?= net MAINTAINER?= onatan@gmail.com @@ -12,12 +13,15 @@ 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 .if !defined(LIBDNET_SLAVE) CONFIGURE_ARGS+= --without-python |