diff options
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | Mk/bsd.port.mk | 5 |
2 files changed, 5 insertions, 5 deletions
@@ -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 diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index f301e68fb13e..be5a944256c7 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 |