diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /graphics/qxv | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) | |
download | ports-39fc32e82863cce17f070122d498ce82cf7ea7af.tar.gz ports-39fc32e82863cce17f070122d498ce82cf7ea7af.zip |
Notes
Diffstat (limited to 'graphics/qxv')
-rw-r--r-- | graphics/qxv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/qxv/Makefile b/graphics/qxv/Makefile index 0d3a46637cdf..dadb1ea17d9a 100644 --- a/graphics/qxv/Makefile +++ b/graphics/qxv/Makefile @@ -3,7 +3,7 @@ PORTNAME= qxv PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= graphics MASTER_SITES= http://labs.freehackers.org/attachments/download/422/ @@ -21,12 +21,11 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libintl.so:${PORTSDIR}/devel/gettext \ libpcre.so:${PORTSDIR}/devel/pcre \ libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ - libexpat.so:${PORTSDIR}/textproc/expat2 \ - libxcb.so:${PORTSDIR}/x11/xcb + libexpat.so:${PORTSDIR}/textproc/expat2 USES= iconv qmake USE_BZIP2= yes -USE_XORG= sm xrender xext x11 xau xdmcp ice +USE_XORG= sm xrender xext x11 xau xdmcp ice xcb USE_QT4= corelib gui moc_build uic_build rcc_build MAKE_JOBS_UNSAFE= yes |