diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-22 04:24:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-22 04:24:34 +0800 |
commit | ea3bc744174d107ebb8789c2c2eb9d563e11dcfa (patch) | |
tree | 1f346238a49d84f6d7e6fa9e7c84410efee6f376 /graphics/gltt | |
parent | f4cdab48932e3d42ade8989f8afb2d91e67180e3 (diff) | |
download | freebsd-ports-gnome-ea3bc744174d107ebb8789c2c2eb9d563e11dcfa.tar.gz freebsd-ports-gnome-ea3bc744174d107ebb8789c2c2eb9d563e11dcfa.tar.zst freebsd-ports-gnome-ea3bc744174d107ebb8789c2c2eb9d563e11dcfa.zip |
Stage support
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> |