diff options
Diffstat (limited to 'graphics/gltt/Makefile')
-rw-r--r-- | graphics/gltt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile index dfdae5d19615..e71b1ae6d974 100644 --- a/graphics/gltt/Makefile +++ b/graphics/gltt/Makefile @@ -7,7 +7,7 @@ PORTNAME= gltt PORTVERSION= 2.5.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://gltt.sourceforge.net/download/ @@ -19,7 +19,7 @@ LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_X_PREFIX= yes USE_FREETYPE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS="-L${X11BASE}/lib" |