diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-12-18 22:35:53 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-12-18 22:35:53 +0800 |
commit | 66b3fd556690b15d2e52ca84db9286ccee643ac4 (patch) | |
tree | 3a428d490afa9c335ec9ede546acd7a93c2c3abe /www | |
parent | ef2db24eab2ee01698b8574d60058887a5a6144d (diff) | |
download | freebsd-ports-gnome-66b3fd556690b15d2e52ca84db9286ccee643ac4.tar.gz freebsd-ports-gnome-66b3fd556690b15d2e52ca84db9286ccee643ac4.tar.zst freebsd-ports-gnome-66b3fd556690b15d2e52ca84db9286ccee643ac4.zip |
Use new LIB_DEPENDS regime
Diffstat (limited to 'www')
-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 |