diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-21 15:05:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-21 15:05:19 +0800 |
commit | e1ccc659db481927bf9b9dd4da379c3f9799a710 (patch) | |
tree | f261d1dfcce51c1531b2abb5884db817715e2f43 /www/httest | |
parent | f156252f4b2c751f0746006315e1f19c6aa6d2bf (diff) | |
download | freebsd-ports-gnome-e1ccc659db481927bf9b9dd4da379c3f9799a710.tar.gz freebsd-ports-gnome-e1ccc659db481927bf9b9dd4da379c3f9799a710.tar.zst freebsd-ports-gnome-e1ccc659db481927bf9b9dd4da379c3f9799a710.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'www/httest')
-rw-r--r-- | www/httest/Makefile | 4 | ||||
-rw-r--r-- | www/httest/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile index d99ae04d7a7b..d22bf3ea2695 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -3,7 +3,7 @@ PORTNAME= httest PORTVERSION= 2.4.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --enable-lua-module \ --with-ssl="${OPENSSLLIB}" CPPFLAGS+= -I${LUA_INCDIR} GNU_CONFIGURE= yes -USES= iconv lua +USES= iconv lua libtool USE_OPENSSL= yes USE_LDCONFIG= yes diff --git a/www/httest/pkg-plist b/www/httest/pkg-plist index ffbd503fdd62..e6d0d335faaf 100644 --- a/www/httest/pkg-plist +++ b/www/httest/pkg-plist @@ -4,9 +4,9 @@ bin/htremote bin/httest include/htt/dso.h lib/libhello.a -lib/libhello.la lib/libhello.so lib/libhello.so.0 +lib/libhello.so.0.0.0 man/man1/htntlm.1.gz man/man1/htproxy.1.gz man/man1/htremote.1.gz |