diff options
Diffstat (limited to 'graphics/ftgl/Makefile')
-rw-r--r-- | graphics/ftgl/Makefile | 8 |
1 files changed, 2 insertions, 6 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 |