diff options
author | cy <cy@FreeBSD.org> | 2012-08-30 06:14:13 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-08-30 06:14:13 +0800 |
commit | 1ce6ae7894fbb79e668593f63211c6366255a7ea (patch) | |
tree | dee7d45fbbe5fc3892457198bdff94e5f810596f /graphics/qxv | |
parent | 6ad2c74ac1126a37201ecaf034868e052eec7998 (diff) | |
download | freebsd-ports-gnome-1ce6ae7894fbb79e668593f63211c6366255a7ea.tar.gz freebsd-ports-gnome-1ce6ae7894fbb79e668593f63211c6366255a7ea.tar.zst freebsd-ports-gnome-1ce6ae7894fbb79e668593f63211c6366255a7ea.zip |
Fix dependencies.
PR: 171175
Submitted by: Stefan Grundmann <sg2342@googlemail.com>
Diffstat (limited to 'graphics/qxv')
-rw-r--r-- | graphics/qxv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/qxv/Makefile b/graphics/qxv/Makefile index 1694fce60fa0..3d3b31d3ef4e 100644 --- a/graphics/qxv/Makefile +++ b/graphics/qxv/Makefile @@ -7,6 +7,7 @@ PORTNAME= qxv PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES+= graphics MASTER_SITES= http://labs.freehackers.org/attachments/download/422/ @@ -30,7 +31,8 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ USE_BZIP2= yes USE_XORG= sm xrender xext x11 xau xdmcp ice -USE_QT4= corelib gui qmake_build +USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build +MAKE_JOBS_UNSAFE= yes HAS_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} |