aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/hugin
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-04-28 05:58:27 +0800
committergahr <gahr@FreeBSD.org>2010-04-28 05:58:27 +0800
commit5a71031394b0a0b65d9d5aece3362619c2d1169f (patch)
treeabb9c1dc1cedf9be9c56cba34f1ca9ae07bd6108 /graphics/hugin
parent2b15c1b3a344354d1bb987c4199ab8c4e1cb3c88 (diff)
downloadfreebsd-ports-gnome-5a71031394b0a0b65d9d5aece3362619c2d1169f.tar.gz
freebsd-ports-gnome-5a71031394b0a0b65d9d5aece3362619c2d1169f.tar.zst
freebsd-ports-gnome-5a71031394b0a0b65d9d5aece3362619c2d1169f.zip
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly Approved by: portmgr (pav)
Diffstat (limited to 'graphics/hugin')
-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 \