svn commit: r367314 - head/sysutils/pcbsd-utils-qt4

Kris Moore kmoore at FreeBSD.org
Thu Sep 4 23:17:07 UTC 2014


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 at 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


More information about the svn-ports-head mailing list