diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 14:35:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 14:35:53 +0000 |
commit | 6c3cf730f5200ee8faafe98e1a646d21f4bef421 (patch) | |
tree | 3a428d490afa9c335ec9ede546acd7a93c2c3abe /www/httest | |
parent | ac083c9976fcd12d5e6be910691cabe6a36f2181 (diff) |
Notes
Diffstat (limited to 'www/httest')
-rw-r--r-- | www/httest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile index ab32be60a70a..7ca35bb18731 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -11,8 +11,8 @@ COMMENT= HTTP Test Tool LICENSE= AL2 -LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 \ - pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1 \ + libpcre.so:${PORTSDIR}/devel/pcre OPTIONS_DEFINE= EXAMPLES |