diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 15:22:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 15:22:34 +0000 |
commit | f4594a2c147d0e94b4e4076e4e9099e50adbbc25 (patch) | |
tree | aa939a9a334e492cba40bd803105dc263313918e /www/httest/Makefile | |
parent | 72ec2b1931d0409a91b4d513858733fa0e5c9619 (diff) | |
download | ports-f4594a2c147d0e94b4e4076e4e9099e50adbbc25.tar.gz ports-f4594a2c147d0e94b4e4076e4e9099e50adbbc25.zip |
Notes
Diffstat (limited to 'www/httest/Makefile')
-rw-r--r-- | www/httest/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile index b66b68cc9afd..447e9e446527 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -3,6 +3,7 @@ PORTNAME= httest PORTVERSION= 2.4.16 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} @@ -11,8 +12,10 @@ COMMENT= HTTP Test Tool LICENSE= APACHE20 -LIB_DEPENDS= libapr-1.so:devel/apr1 \ - libpcre.so:devel/pcre +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libgdbm.so:databases/gdbm \ + libpcre.so:devel/pcre \ + libapr-1.so:devel/apr1 OPTIONS_DEFINE= EXAMPLES @@ -24,7 +27,7 @@ CONFIGURE_ARGS= --enable-lua-module \ --with-ssl="${OPENSSLLIB}" CPPFLAGS+= -I${LUA_INCDIR} GNU_CONFIGURE= yes -USES= iconv lua libtool +USES= iconv lua libtool bdb USE_OPENSSL= yes USE_LDCONFIG= yes |