diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 22:34:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 22:34:08 +0800 |
commit | 7785dbe8cfd77e60378c646a830d1d57542a5f42 (patch) | |
tree | 449e0ba91fbf867c4096fbe352158bbc81b4b38b /net | |
parent | e46d016b45089ef661465778dcd4de7cd3688b8e (diff) | |
download | freebsd-ports-gnome-7785dbe8cfd77e60378c646a830d1d57542a5f42.tar.gz freebsd-ports-gnome-7785dbe8cfd77e60378c646a830d1d57542a5f42.tar.zst freebsd-ports-gnome-7785dbe8cfd77e60378c646a830d1d57542a5f42.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'net')
-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 |