diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-07 16:34:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-07 16:34:25 +0800 |
commit | a6f5f58aa290feae8100c9ccd36e8c4543353c57 (patch) | |
tree | eaa7ec0c693e302d13d142a0223e216a9bd42a59 /graphics/qxv | |
parent | 3571efb9a220f8cc040dcb7f0cab8d1915770958 (diff) | |
download | freebsd-ports-gnome-a6f5f58aa290feae8100c9ccd36e8c4543353c57.tar.gz freebsd-ports-gnome-a6f5f58aa290feae8100c9ccd36e8c4543353c57.tar.zst freebsd-ports-gnome-a6f5f58aa290feae8100c9ccd36e8c4543353c57.zip |
Cleanup depends
Diffstat (limited to 'graphics/qxv')
-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 |