aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-04-21 21:07:39 +0800
committerbapt <bapt@FreeBSD.org>2011-04-21 21:07:39 +0800
commitdfb4b2cb902a2cd1d7787df5b5d2365bef000b7e (patch)
tree40448076725ff024cd9f920b63c4144aea5d0874 /graphics
parent60aaea4bdd4a8d7ece1f9fa53417f6f4d8b2005c (diff)
downloadfreebsd-ports-gnome-dfb4b2cb902a2cd1d7787df5b5d2365bef000b7e.tar.gz
freebsd-ports-gnome-dfb4b2cb902a2cd1d7787df5b5d2365bef000b7e.tar.zst
freebsd-ports-gnome-dfb4b2cb902a2cd1d7787df5b5d2365bef000b7e.zip
Remove useless dependency on gmake
Add dependency on qmake PR: ports/156532 Submitted by: bapt@ Approved by: gahr@
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tulip/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile
index 32450e8616d1..e374bd2e3347 100644
--- a/graphics/tulip/Makefile
+++ b/graphics/tulip/Makefile
@@ -22,10 +22,9 @@ 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 \
+QT_COMPONENTS= corelib moc_build uic_build rcc_build gui opengl xml network qmake \
designer assistant assistantclient
USE_GL= glew glut
-USE_GMAKE= yes
USE_GNOME= libxml2
USE_PYTHON= yes
USE_CMAKE= yes