diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-05 07:33:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-05 07:33:44 +0800 |
commit | 8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4 (patch) | |
tree | b26abc3a6bba2f7c7311ce8c7965b538d8679482 /graphics | |
parent | 4c87193b0b003ef0d636a924d725f6fa020e1e60 (diff) | |
download | freebsd-ports-gnome-8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4.tar.gz freebsd-ports-gnome-8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4.tar.zst freebsd-ports-gnome-8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4.zip |
- Fix build after qt 4.4.1 update
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djview4/Makefile | 1 | ||||
-rw-r--r-- | graphics/tulip/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile index cf0511b02142..a8ab126ebb90 100644 --- a/graphics/djview4/Makefile +++ b/graphics/djview4/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes USE_GNOME= pkgconfig gnometarget USE_QT_VER= 4 QT_COMPONENTS= gui network rcc uic moc qmake +QT_NONSTANDARD= yes CONFIGURE_ENV= QMAKE="${LOCALBASE}/bin/qmake-qt4" \ QMAKESPEC="${QMAKESPEC}" \ CFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 125ba8adf42f..73ea89f0a845 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -24,8 +24,8 @@ LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew \ USE_BZIP2= yes USE_QT_VER= 4 -QT_COMPONENTS= corelib moc uic rcc gui opengl xml network \ - designer assistant +QT_COMPONENTS= corelib moc_build uic_build rcc_build gui opengl xml network \ + designer assistant assistantclient USE_GL= glut USE_GMAKE= yes USE_GNOME= libxml2 |