diff options
author | makc <makc@FreeBSD.org> | 2011-08-22 04:08:30 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-08-22 04:08:30 +0800 |
commit | 0c9b0b1823bfec2748854e85411dd0a9a209d646 (patch) | |
tree | 50b288cf18d718b8f267c0f5a74474b34609e0ae /x11-toolkits/qwt6 | |
parent | 97fab39553fa4a35283f10d4d863afe8ca7e9bcf (diff) | |
download | freebsd-ports-gnome-0c9b0b1823bfec2748854e85411dd0a9a209d646.tar.gz freebsd-ports-gnome-0c9b0b1823bfec2748854e85411dd0a9a209d646.tar.zst freebsd-ports-gnome-0c9b0b1823bfec2748854e85411dd0a9a209d646.zip |
Add missing dependency on qt4-xml
Diffstat (limited to 'x11-toolkits/qwt6')
-rw-r--r-- | x11-toolkits/qwt6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qwt6/Makefile b/x11-toolkits/qwt6/Makefile index aea9a681616a..0ac2c3b42ac6 100644 --- a/x11-toolkits/qwt6/Makefile +++ b/x11-toolkits/qwt6/Makefile @@ -14,7 +14,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Qt Widgets for Technical Applications USE_QT_VER= 4 -QT_COMPONENTS= gui svg moc_build qmake_build +QT_COMPONENTS= gui svg xml moc_build qmake_build USE_BZIP2= yes USE_GMAKE= yes QMAKE_ARGS+= -recursive PREFIX=${PREFIX} |