diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-21 20:24:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-21 20:24:34 +0000 |
commit | bab045ed5a71b10bfd4591508a44b223a1f82828 (patch) | |
tree | 1f346238a49d84f6d7e6fa9e7c84410efee6f376 /graphics/gltt | |
parent | 303c70a0cbfcf0cbb2122d1f21e1e4c0d1021925 (diff) |
Stage support
Notes
Notes:
svn path=/head/; revision=340653
Diffstat (limited to 'graphics/gltt')
-rw-r--r-- | graphics/gltt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile index 5730cf5f10a0..eef2fbd6fe56 100644 --- a/graphics/gltt/Makefile +++ b/graphics/gltt/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= http://gltt.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= TrueType fonts rendering using OpenGL -LIB_DEPENDS= ttf:${PORTSDIR}/print/freetype +LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype +USES= gmake USE_AUTOTOOLS= libtool USE_GL= gl glut -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include @@ -26,5 +26,4 @@ CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \ --with-glut-libraries=${LOCALBASE}/lib USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> |