diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/htdigest | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/htdigest')
-rw-r--r-- | www/htdigest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/htdigest/Makefile b/www/htdigest/Makefile index 9d6f3e901882..c168e8a84226 100644 --- a/www/htdigest/Makefile +++ b/www/htdigest/Makefile @@ -13,8 +13,8 @@ COMMENT= Utility from the Apache distribution for creating htdigest files LICENSE= APACHE20 -LIB_DEPENDS= libaprutil-1.so:${PORTSDIR}/devel/apr1 \ - libexpat.so:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libaprutil-1.so:devel/apr1 \ + libexpat.so:textproc/expat2 USES= iconv |