diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
commit | 3037cb61c7f1ac5ae9a15cee2365daa2d4036028 (patch) | |
tree | e391a5b5894d27043bb95bd6680b03174979f810 /graphics/ftgl | |
parent | 28eb882aa04c420b3fe972dd8748b80c90c5cd82 (diff) | |
download | ports-3037cb61c7f1ac5ae9a15cee2365daa2d4036028.tar.gz ports-3037cb61c7f1ac5ae9a15cee2365daa2d4036028.zip |
Notes
Diffstat (limited to 'graphics/ftgl')
-rw-r--r-- | graphics/ftgl/Makefile | 8 | ||||
-rw-r--r-- | graphics/ftgl/pkg-descr | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/graphics/ftgl/Makefile b/graphics/ftgl/Makefile index d88cbf81c7bf..2db30c621b34 100644 --- a/graphics/ftgl/Makefile +++ b/graphics/ftgl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ftgl -# Date created: 16 Jan 2004 -# Whom: Igor Pokrovsky <tiamat@comset.net> -# +# Created by: Igor Pokrovsky <tiamat@comset.net> # $FreeBSD$ -# PORTNAME= ftgl DISTVERSION= 2.1.3-rc5 @@ -14,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5 MAINTAINER= amdmi3@FreeBSD.org COMMENT= An OpenGL FreeType fonts rendering library -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 USE_GMAKE= yes USE_GL= gl glu diff --git a/graphics/ftgl/pkg-descr b/graphics/ftgl/pkg-descr index 5e4931994062..c12d9125ef81 100644 --- a/graphics/ftgl/pkg-descr +++ b/graphics/ftgl/pkg-descr @@ -6,4 +6,4 @@ format. FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts. It then takes that output and stores it in a format most efficient for OpenGL rendering. -WWW: http://ftgl.wiki.sourceforge.net/ +WWW: http://ftgl.wiki.sourceforge.net/ |