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/litmus | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'www/litmus')
-rw-r--r-- | www/litmus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/litmus/Makefile b/www/litmus/Makefile index 74ed2ec3d25c..4d0940d8795d 100644 --- a/www/litmus/Makefile +++ b/www/litmus/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://www.webdav.org/neon/litmus/ MAINTAINER= pi@FreeBSD.org COMMENT= WebDAV server protocol compliance test suite -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon \ - libk5crypto.so:${PORTSDIR}/security/krb5 +LIB_DEPENDS= libneon.so:www/neon \ + libk5crypto.so:security/krb5 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ssl --with-neon=/usr/local |