View | Details | Raw Unified | Return to bug 125424
Collapse All | Expand All

(-)/usr/ports/Mk/bsd.port.mk (-1 / +6 lines)
Lines 379-385 Link Here
379
#				  if PACKAGE_BUILDING is not set, then CONFIGURE_ENV and
379
#				  if PACKAGE_BUILDING is not set, then CONFIGURE_ENV and
380
#				  MAKE_ENV are extended with a DISPLAY variable.
380
#				  MAKE_ENV are extended with a DISPLAY variable.
381
#
381
#
382
# USE_FREETYPE	- If set, this port uses the freetype print libraries.
382
# USE_FREETYPE	- If set, this port uses the freetype 1.x print libraries.
383
# USE_FREETYPE2	- If set, this port uses the freetype 2.x print libraries.
383
# USE_GL		- A list of Mesa or GL related dependencies needed by the port.
384
# USE_GL		- A list of Mesa or GL related dependencies needed by the port.
384
#				  Supported components are: glut, glu, glw, gl and linux.
385
#				  Supported components are: glut, glu, glw, gl and linux.
385
#				  If set to "yes", this is equivalent to "glu". Note that
386
#				  If set to "yes", this is equivalent to "glu". Note that
Lines 1848-1853 Link Here
1848
LIB_DEPENDS+=			ttf.4:${PORTSDIR}/print/freetype
1849
LIB_DEPENDS+=			ttf.4:${PORTSDIR}/print/freetype
1849
.endif
1850
.endif
1850
1851
1852
.if defined(USE_FREETYPE2)
1853
LIB_DEPENDS+=			freetype.9:${PORTSDIR}/print/freetype2
1854
.endif
1855
1851
X_IMAKE_PORT=		${PORTSDIR}/devel/imake
1856
X_IMAKE_PORT=		${PORTSDIR}/devel/imake
1852
X_LIBRARIES_PORT=	${PORTSDIR}/x11/xorg-libraries
1857
X_LIBRARIES_PORT=	${PORTSDIR}/x11/xorg-libraries
1853
X_CLIENTS_PORT=		${PORTSDIR}/x11/xorg-apps
1858
X_CLIENTS_PORT=		${PORTSDIR}/x11/xorg-apps

Return to bug 125424