aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-04-21 21:07:39 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-04-21 21:07:39 +0800
commit1ed9a6a91e0fe7fcaf140c464db554a4d97cbeef (patch)
tree541b7524a08926cf35e015de687335b03c747462 /graphics
parenta78fe54eeb072eb99f7f0a28ab7b3b6b4f20f08e (diff)
downloadfreebsd-ports-gnome-1ed9a6a91e0fe7fcaf140c464db554a4d97cbeef.tar.gz
freebsd-ports-gnome-1ed9a6a91e0fe7fcaf140c464db554a4d97cbeef.tar.zst
freebsd-ports-gnome-1ed9a6a91e0fe7fcaf140c464db554a4d97cbeef.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