diff options
author | Xin LI <delphij@FreeBSD.org> | 2009-07-29 05:58:49 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2009-07-29 05:58:49 +0000 |
commit | 26b0101140946c1c8c5b78ea598bcfc38abcfb8a (patch) | |
tree | ae807115c5835cd4a3486eb4cb04349b409eb531 /net/ladvd/Makefile | |
parent | 72ba85e801f9c083aa03484f68724d00c194457b (diff) |
Notes
Diffstat (limited to 'net/ladvd/Makefile')
-rw-r--r-- | net/ladvd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ladvd/Makefile b/net/ladvd/Makefile index 4949557c3cc7..8371b2c5b9d8 100644 --- a/net/ladvd/Makefile +++ b/net/ladvd/Makefile @@ -7,6 +7,7 @@ PORTNAME= ladvd PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://blinkenlights.nl/software/ladvd/ @@ -15,9 +16,8 @@ COMMENT= A minimal CDP/LLDP sender LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent -ONLY_FOR_ARCHS= i386 - GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-chroot-dir=/var/empty PORTDOCS= * MAN8= ladvd.8 |