diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 21:13:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 21:13:00 +0800 |
commit | 5e652cfa81fbfdbeee38aff4b88422abc05cee3b (patch) | |
tree | 5597460a9679f9cb5c4ced323a1b1b26bbe1111e /net/ntop/Makefile | |
parent | 651c8f44b292c3716510d4fe07dbad153b91ace4 (diff) | |
download | freebsd-ports-gnome-5e652cfa81fbfdbeee38aff4b88422abc05cee3b.tar.gz freebsd-ports-gnome-5e652cfa81fbfdbeee38aff4b88422abc05cee3b.tar.zst freebsd-ports-gnome-5e652cfa81fbfdbeee38aff4b88422abc05cee3b.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index f093158f2aa2..e338eec19844 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -3,7 +3,7 @@ PORTNAME= ntop PORTVERSION= 5.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable @@ -21,7 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ DBDIR?= /var/db -USES= gmake +USES= gmake libtool USE_AUTOTOOLS= libtool automake autoconf USE_GNOME= libxml2 USE_PYTHON= yes |