diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-23 14:34:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-23 14:34:08 +0000 |
commit | fc3ea4ec6975faa8ad7138282977abcb7d7e1185 (patch) | |
tree | 449e0ba91fbf867c4096fbe352158bbc81b4b38b /net/trickle | |
parent | bcec6abd1b1c29a585bb3d31901bf728c73f0538 (diff) |
Notes
Diffstat (limited to 'net/trickle')
-rw-r--r-- | net/trickle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile index 282470ab9cdf..2661c6bde994 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent OPTIONS_DEFINE= DOCS -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes |