diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-07 08:34:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-07 08:34:25 +0000 |
commit | 317b8368d58365de21a0821eed2265acae954543 (patch) | |
tree | eaa7ec0c693e302d13d142a0223e216a9bd42a59 /graphics | |
parent | 779caccc0b4fd1a80c9d182972e3a89ef7264b16 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qxv/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/graphics/qxv/Makefile b/graphics/qxv/Makefile index 1e833d545f87..e9eb51029b3c 100644 --- a/graphics/qxv/Makefile +++ b/graphics/qxv/Makefile @@ -13,18 +13,7 @@ COMMENT= Qt 4 program that displays images of various formats 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 |