Remove USE_FREETYPE from bsd.port.mk

It added no really value and was used only by 8 ports
This commit is contained in:
Baptiste Daroussin 2013-04-26 09:27:26 +00:00
parent 598e3b95e3
commit 982dc133e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316594
2 changed files with 5 additions and 5 deletions

View File

@ -10,6 +10,11 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
20130425:
AUTHOR: bapt@FreeBSD.org
* USE_FREETYPE is no longer recognized
20130423:
AUTHOR: jgh@FreeBSD.org

View File

@ -360,7 +360,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# if PACKAGE_BUILDING is not set, then CONFIGURE_ENV and
# MAKE_ENV are extended with a DISPLAY variable.
#
# USE_FREETYPE - If set, this port uses the freetype print libraries.
# USE_GL - A list of Mesa or GL related dependencies needed by the port.
# Supported components are: glut, glu, glw, gl and linux.
# If set to "yes", this is equivalent to "glu". Note that
@ -1922,10 +1921,6 @@ LIB_DEPENDS+= Xm.4:${PORTSDIR}/x11-toolkits/open-motif
.endif
.endif
.if defined(USE_FREETYPE)
LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype
.endif
X_IMAKE_PORT= ${PORTSDIR}/devel/imake
X_FONTSERVER_PORT= ${PORTSDIR}/x11-fonts/xfs
X_VFBSERVER_PORT= ${PORTSDIR}/x11-servers/xorg-vfbserver