1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

Register missing USE* flags and LIB_DEPENDS

This commit is contained in:
Emanuel Haupt 2016-08-08 15:22:34 +00:00
parent 72ec2b1931
commit f4594a2c14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419860

View File

@ -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