Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2015 16:08:35 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379174 - head/net-im/profanity
Message-ID:  <201502171608.t1HG8Z1r092267@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Tue Feb 17 16:08:35 2015
New Revision: 379174
URL: https://svnweb.freebsd.org/changeset/ports/379174
QAT: https://qat.redports.org/buildarchive/r379174/

Log:
  Fix typo
  
  Submitted by:	Freshports sanity checker

Modified:
  head/net-im/profanity/Makefile

Modified: head/net-im/profanity/Makefile
==============================================================================
--- head/net-im/profanity/Makefile	Tue Feb 17 16:05:20 2015	(r379173)
+++ head/net-im/profanity/Makefile	Tue Feb 17 16:08:35 2015	(r379174)
@@ -11,7 +11,7 @@ COMMENT=	Console based XMPP client
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-LIB_DEPENDS=	libstrophe.so:${PORTNAME}/net-im/libstrophe \
+LIB_DEPENDS=	libstrophe.so:${PORTSDIR}/net-im/libstrophe \
 		libglib-2.0.so:${PORTSDIR}/devel/glib20 \
 		libcurl.so:${PORTSDIR}/ftp/curl \
 		libotr.so:${PORTSDIR}/security/libotr3



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