Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 23:17:06 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367314 - head/sysutils/pcbsd-utils-qt4
Message-ID:  <201409042317.s84NH6Gi016358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Thu Sep  4 23:17:06 2014
New Revision: 367314
URL: http://svnweb.freebsd.org/changeset/ports/367314
QAT: https://qat.redports.org/buildarchive/r367314/

Log:
  Make curl a member of LIB_DEPENDS not RUN_DEPENDS

Modified:
  head/sysutils/pcbsd-utils-qt4/Makefile

Modified: head/sysutils/pcbsd-utils-qt4/Makefile
==============================================================================
--- head/sysutils/pcbsd-utils-qt4/Makefile	Thu Sep  4 22:48:56 2014	(r367313)
+++ head/sysutils/pcbsd-utils-qt4/Makefile	Thu Sep  4 23:17:06 2014	(r367314)
@@ -11,9 +11,9 @@ MAINTAINER=	kmoore@FreeBSD.org
 COMMENT=	PC-BSD Qt4 Utilities
 
 RUN_DEPENDS=	lpreserver:${PORTSDIR}/sysutils/pcbsd-utils \
-		${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \
-		curl:${PORTSDIR}/ftp/curl
+		${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
 LIB_DEPENDS=	libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication
+		libcurl.so:${PORTSDIR}/ftp/curl
 
 MAKE_JOBS_UNSAFE=yes
 ONLY_FOR_ARCHS=	amd64



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