diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-26 17:27:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-26 17:27:26 +0800 |
commit | a39ab6d0c9c5be0c2582cec4c42d188b71cb183a (patch) | |
tree | ac04183d16bb97e60cdb2e86c8f2e2fa6e986165 /Mk | |
parent | 749467827d5c3e888c46b1337bbaf212aa76a1bc (diff) | |
download | freebsd-ports-gnome-a39ab6d0c9c5be0c2582cec4c42d188b71cb183a.tar.gz freebsd-ports-gnome-a39ab6d0c9c5be0c2582cec4c42d188b71cb183a.tar.zst freebsd-ports-gnome-a39ab6d0c9c5be0c2582cec4c42d188b71cb183a.zip |
Remove USE_FREETYPE from bsd.port.mk
It added no really value and was used only by 8 ports
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 0 insertions, 5 deletions
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 |