aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-02-16 06:11:38 +0800
committerantoine <antoine@FreeBSD.org>2015-02-16 06:11:38 +0800
commit3834ed46e4af48734a9be331f93f396e224cf1bf (patch)
treec17ee1cf5d72d02144cccfa32f293659e1de8af6 /www
parent3e0fc419d6ab1447367554cfadd58e2e949f47cc (diff)
downloadfreebsd-ports-gnome-3834ed46e4af48734a9be331f93f396e224cf1bf.tar.gz
freebsd-ports-gnome-3834ed46e4af48734a9be331f93f396e224cf1bf.tar.zst
freebsd-ports-gnome-3834ed46e4af48734a9be331f93f396e224cf1bf.zip
Fix LIB_DEPENDS syntax
Diffstat (limited to 'www')
-rw-r--r--www/litmus/Makefile2
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