svn commit: r340653 - head/graphics/gltt

Antoine Brodin antoine at FreeBSD.org
Tue Jan 21 20:24:35 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list