diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-04 23:33:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-04 23:33:44 +0000 |
commit | 16d82841ce3efe54e5557a86f6d8924a2d47b04c (patch) | |
tree | 73508b347165e20e74370b7cfe08583b50bee9c6 /graphics/tulip | |
parent | d56984b0567867dd57ecb27fe0c508025c2426c5 (diff) |
Notes
Diffstat (limited to 'graphics/tulip')
-rw-r--r-- | graphics/tulip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |