Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 2015 22:11:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379054 - head/www/litmus
Message-ID:  <201502152211.t1FMBd7s087557@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502152211.t1FMBd7s087557>