svn commit: r374176 - head/graphics/qxv
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 7 08:34:26 UTC 2014
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
More information about the svn-ports-all
mailing list