Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Dec 2014 08:34:25 +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: r374176 - head/graphics/qxv
Message-ID:  <201412070834.sB78YPGk059931@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec  7 08:34:25 2014
New Revision: 374176
URL: https://svnweb.freebsd.org/changeset/ports/374176
QAT: https://qat.redports.org/buildarchive/r374176/

Log:
  Cleanup depends

Modified:
  head/graphics/qxv/Makefile

Modified: head/graphics/qxv/Makefile
==============================================================================
--- head/graphics/qxv/Makefile	Sun Dec  7 07:44:06 2014	(r374175)
+++ head/graphics/qxv/Makefile	Sun Dec  7 08:34:25 2014	(r374176)
@@ -13,18 +13,7 @@ COMMENT=	Qt 4 program that displays imag
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
-		libglib-2.0.so:${PORTSDIR}/devel/glib20 \
-		libfreetype.so:${PORTSDIR}/print/freetype2 \
-		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
-		libicui18n.so:${PORTSDIR}/devel/icu \
-		libintl.so:${PORTSDIR}/devel/gettext \
-		libpcre.so:${PORTSDIR}/devel/pcre \
-		libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
-		libexpat.so:${PORTSDIR}/textproc/expat2
-
-USES=		iconv qmake tar:bzip2
-USE_XORG=	sm xrender xext x11 xau xdmcp ice xcb
+USES=		qmake tar:bzip2
 USE_QT4=	corelib gui moc_build uic_build rcc_build
 MAKE_JOBS_UNSAFE=	yes
 



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