diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-15 22:11:38 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-15 22:11:38 +0000 |
commit | ebc2dac2d17d27d6e151ad328d526b6d6ceab4b0 (patch) | |
tree | c17ee1cf5d72d02144cccfa32f293659e1de8af6 /www/litmus | |
parent | 9ba4b098f96dcf6dd2f23c270e12882deb79002f (diff) |
Notes
Diffstat (limited to 'www/litmus')
-rw-r--r-- | www/litmus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/litmus/Makefile b/www/litmus/Makefile index f7f3fcb38002..74ed2ec3d25c 100644 --- a/www/litmus/Makefile +++ b/www/litmus/Makefile @@ -10,7 +10,7 @@ MAINTAINER= pi@FreeBSD.org COMMENT= WebDAV server protocol compliance test suite LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon \ - libk5crypto:${PORTSDIR}/security/krb5 + libk5crypto.so:${PORTSDIR}/security/krb5 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ssl --with-neon=/usr/local |