diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-25 22:11:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-25 22:11:18 +0000 |
commit | 61c076a242b701d76274c559d9b5526603712b29 (patch) | |
tree | a25ce58fa9dc89475ad5a272223bfa1bffdb4702 /net-mgmt/scdp | |
parent | a3094148c670f556047992cdfa65e410fb482765 (diff) |
Notes
Diffstat (limited to 'net-mgmt/scdp')
-rw-r--r-- | net-mgmt/scdp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/scdp/Makefile b/net-mgmt/scdp/Makefile index db8acb9983cc..5517d54174ed 100644 --- a/net-mgmt/scdp/Makefile +++ b/net-mgmt/scdp/Makefile @@ -14,9 +14,8 @@ COMMENT= Tool that sends CDP (CISCO Discovery Protocol) Packets BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ENV= libnet_config="${LIBNET_CONFIG}" CFLAGS+= `${LIBNET_CONFIG} --cflags` |