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/hugin | |
parent | a2ebdc120f17ae91a89c7bae11d08c5175686f01 (diff) | |
download | ports-805405e3964a2085115a4bf50e79a34c71503d3b.tar.gz ports-805405e3964a2085115a4bf50e79a34c71503d3b.zip |
Notes
Diffstat (limited to 'graphics/hugin')
-rw-r--r-- | graphics/hugin/Makefile | 4 |
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 \ |