Date: Tue, 21 Jan 2014 20:24:34 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340653 - head/graphics/gltt Message-ID: <201401212024.s0LKOYw3042785@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jan 21 20:24:34 2014 New Revision: 340653 URL: http://svnweb.freebsd.org/changeset/ports/340653 QAT: https://qat.redports.org/buildarchive/r340653/ Log: Stage support Modified: head/graphics/gltt/Makefile Modified: head/graphics/gltt/Makefile ============================================================================== --- head/graphics/gltt/Makefile Tue Jan 21 20:23:38 2014 (r340652) +++ head/graphics/gltt/Makefile Tue Jan 21 20:24:34 2014 (r340653) @@ -10,11 +10,11 @@ MASTER_SITES= http://gltt.sourceforge.ne 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=${LO --with-glut-libraries=${LOCALBASE}/lib USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401212024.s0LKOYw3042785>