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 | |
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
-rw-r--r-- | net/ntop/Makefile | 4 | ||||
-rw-r--r-- | net/ntop/pkg-plist | 2 |
2 files changed, 2 insertions, 4 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 diff --git a/net/ntop/pkg-plist b/net/ntop/pkg-plist index 8b18c78b4c03..e69f74879c47 100644 --- a/net/ntop/pkg-plist +++ b/net/ntop/pkg-plist @@ -10,11 +10,9 @@ lib/libnetflowPlugin-%%PORTVERSION%%.so lib/libnetflowPlugin.so lib/libntop-%%PORTVERSION%%.so lib/libntop.a -lib/libntop.la lib/libntop.so lib/libntopreport-%%PORTVERSION%%.so lib/libntopreport.a -lib/libntopreport.la lib/libntopreport.so lib/librrdPlugin-%%PORTVERSION%%.so lib/librrdPlugin.so |