From owner-svn-ports-head@FreeBSD.ORG Sun Dec 7 08:34:25 2014 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 DE7BB4B9; Sun, 7 Dec 2014 08:34:25 +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 CA735333; Sun, 7 Dec 2014 08:34:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB78YPZo059932; Sun, 7 Dec 2014 08:34:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB78YPGk059931; Sun, 7 Dec 2014 08:34:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412070834.sB78YPGk059931@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 7 Dec 2014 08:34:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374176 - head/graphics/qxv 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: Sun, 07 Dec 2014 08:34:26 -0000 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