diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-27 21:58:27 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-27 21:58:27 +0000 |
commit | 805405e3964a2085115a4bf50e79a34c71503d3b (patch) | |
tree | ee5451fa7080b87e26fda61d66c845b257fdbb3d /graphics/tulip/Makefile | |
parent | a2ebdc120f17ae91a89c7bae11d08c5175686f01 (diff) | |
download | ports-805405e3964a2085115a4bf50e79a34c71503d3b.tar.gz ports-805405e3964a2085115a4bf50e79a34c71503d3b.zip |
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=253358
Diffstat (limited to 'graphics/tulip/Makefile')
-rw-r--r-- | graphics/tulip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 504d48abbb4b..eef80aef9c89 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -15,14 +15,13 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= gahr@FreeBSD.org COMMENT= A system dedicated to the visualization of huge graphs -LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew \ - freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_BZIP2= yes USE_QT_VER= 4 QT_COMPONENTS= corelib moc_build uic_build rcc_build gui opengl xml network \ designer assistant assistantclient -USE_GL= glut +USE_GL= glew glut USE_GMAKE= yes USE_GNOME= libxml2 USE_AUTOTOOLS= libtool:22 |