diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-26 16:46:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-26 16:46:57 +0800 |
commit | e3840f4e1a068244e1def6951586517a12abda85 (patch) | |
tree | 0b42a173f8a8e8523b2cc72874f9bc0c3c4462f5 /graphics/tulip | |
parent | b0e215546b796eb9423d5e8edd424708272b8cb7 (diff) | |
download | freebsd-ports-gnome-e3840f4e1a068244e1def6951586517a12abda85.tar.gz freebsd-ports-gnome-e3840f4e1a068244e1def6951586517a12abda85.tar.zst freebsd-ports-gnome-e3840f4e1a068244e1def6951586517a12abda85.zip |
depends on qmake_build instead of qmake
Reported by: makc@
Approved by: gahr@
Diffstat (limited to 'graphics/tulip')
-rw-r--r-- | graphics/tulip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index e374bd2e3347..d38ecf946ece 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.11:${PORTSDIR}/graphics/jpeg USE_QT_VER= 4 -QT_COMPONENTS= corelib moc_build uic_build rcc_build gui opengl xml network qmake \ +QT_COMPONENTS= corelib moc_build uic_build rcc_build gui opengl xml network qmake_build \ designer assistant assistantclient USE_GL= glew glut USE_GNOME= libxml2 |