svn commit: r379054 - head/www/litmus
Antoine Brodin
antoine at FreeBSD.org
Sun Feb 15 22:11:39 UTC 2015
Author: antoine
Date: Sun Feb 15 22:11:38 2015
New Revision: 379054
URL: https://svnweb.freebsd.org/changeset/ports/379054
QAT: https://qat.redports.org/buildarchive/r379054/
Log:
Fix LIB_DEPENDS syntax
Modified:
head/www/litmus/Makefile
Modified: head/www/litmus/Makefile
==============================================================================
--- head/www/litmus/Makefile Sun Feb 15 21:51:57 2015 (r379053)
+++ head/www/litmus/Makefile Sun Feb 15 22:11:38 2015 (r379054)
@@ -10,7 +10,7 @@ MAINTAINER= pi at 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
More information about the svn-ports-head
mailing list