From owner-svn-ports-head@FreeBSD.ORG Tue Feb 17 16:08:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34A54F85; Tue, 17 Feb 2015 16:08:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FE9D9D7; Tue, 17 Feb 2015 16:08:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HG8ZAY092268; Tue, 17 Feb 2015 16:08:35 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1HG8Z1r092267; Tue, 17 Feb 2015 16:08:35 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201502171608.t1HG8Z1r092267@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Tue, 17 Feb 2015 16:08:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379174 - head/net-im/profanity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 16:08:36 -0000 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