diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-08 19:43:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-08 19:43:25 +0800 |
commit | 381157d7ac9bea3db7b2c37df83cce80fa3331f7 (patch) | |
tree | 41644e6f39a9676f35fa770ef99cf77255425886 /Mk | |
parent | 0fbe874a73bfe311b6fe030b9bf90c7441c35585 (diff) | |
download | freebsd-ports-gnome-381157d7ac9bea3db7b2c37df83cce80fa3331f7.tar.gz freebsd-ports-gnome-381157d7ac9bea3db7b2c37df83cce80fa3331f7.tar.zst freebsd-ports-gnome-381157d7ac9bea3db7b2c37df83cce80fa3331f7.zip |
Remove all X_FONTS* macros, as they are not used anymore
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index c43805658e0f..1f581a1e7154 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1908,13 +1908,6 @@ LIB_DEPENDS+= Xm.4:${PORTSDIR}/x11-toolkits/open-motif .endif .endif -X_FONTS_ENCODINGS_PORT= ${PORTSDIR}/x11-fonts/encodings -X_FONTS_100DPI_PORT= ${PORTSDIR}/x11-fonts/xorg-fonts-100dpi -X_FONTS_75DPI_PORT= ${PORTSDIR}/x11-fonts/xorg-fonts-75dpi -X_FONTS_CYRILLIC_PORT= ${PORTSDIR}/x11-fonts/xorg-fonts-cyrillic -X_FONTS_TTF_PORT= ${PORTSDIR}/x11-fonts/xorg-fonts-truetype -X_FONTS_TYPE1_PORT= ${PORTSDIR}/x11-fonts/xorg-fonts-type1 - .if defined(USE_DISPLAY) && !defined(DISPLAY) BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \ ${LOCALBASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ |