From 5a71031394b0a0b65d9d5aece3362619c2d1169f Mon Sep 17 00:00:00 2001 From: gahr Date: Tue, 27 Apr 2010 21:58:27 +0000 Subject: - Add glew to the list of supported USE_GL variables - Patch ports depending on GLEW directly Approved by: portmgr (pav) --- graphics/hugin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/hugin') 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 \ -- cgit