aboutsummaryrefslogtreecommitdiff
path: root/graphics/hugin/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-04-27 21:58:27 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-04-27 21:58:27 +0000
commit805405e3964a2085115a4bf50e79a34c71503d3b (patch)
treeee5451fa7080b87e26fda61d66c845b257fdbb3d /graphics/hugin/Makefile
parenta2ebdc120f17ae91a89c7bae11d08c5175686f01 (diff)
downloadports-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/hugin/Makefile')
-rw-r--r--graphics/hugin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index 6f7eb1ea2e5c..d371d81fb763 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -21,8 +21,6 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
exiv2:${PORTSDIR}/graphics/exiv2 \
pano13:${PORTSDIR}/graphics/libpano13 \
boost_python:${PORTSDIR}/devel/boost-python-libs \
- GLEW:${PORTSDIR}/graphics/glew \
- glut:${PORTSDIR}/graphics/libglut \
IlmImf:${PORTSDIR}/graphics/OpenEXR \
Imath:${PORTSDIR}/graphics/ilmbase
# gmake is really needed at _runtime_, do not remove it from below
@@ -44,6 +42,8 @@ USE_WX= 2.8+
USE_GETTEXT= yes
+USE_GL= glew glut
+
MAN1= \
PTBatcherGUI.1 \
align_image_stack.1 \