summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-07-07 21:20:21 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-07-07 21:20:21 +0800
commit405d783749c3d17ffd437d441835897ef97b2977 (patch)
tree9d85b7f440b7bf834e4ce93cbc95acb35ae02df4
parent9159066cda54cab8a2f9b604d97a08878afaedaa (diff)
downloadxorg-devel-ports-405d783749c3d17ffd437d441835897ef97b2977.tar
xorg-devel-ports-405d783749c3d17ffd437d441835897ef97b2977.tar.gz
xorg-devel-ports-405d783749c3d17ffd437d441835897ef97b2977.tar.bz2
xorg-devel-ports-405d783749c3d17ffd437d441835897ef97b2977.tar.lz
xorg-devel-ports-405d783749c3d17ffd437d441835897ef97b2977.tar.xz
xorg-devel-ports-405d783749c3d17ffd437d441835897ef97b2977.tar.zst
xorg-devel-ports-405d783749c3d17ffd437d441835897ef97b2977.zip
Sync with ports.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1020 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--Mk/bsd.port.mk10
1 files changed, 3 insertions, 7 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 3c5d76f..db43b74 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1921,21 +1921,17 @@ LIB_DEPENDS+= Xm.4:${PORTSDIR}/x11-toolkits/open-motif
.endif
.endif
-X_FONTSERVER_PORT= ${PORTSDIR}/x11-fonts/xfs
-X_VFBSERVER_PORT= ${PORTSDIR}/x11-servers/xorg-vfbserver
X_FONTS_ENCODINGS_PORT= ${PORTSDIR}/x11-fonts/encodings
-X_FONTS_MISC_PORT= ${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps
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
-X_FONTS_ALIAS_PORT= ${PORTSDIR}/x11-fonts/font-alias
.if defined(USE_DISPLAY) && !defined(DISPLAY)
-BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \
- ${LOCALBASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} \
- ${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${X_FONTS_ALIAS_PORT} \
+BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \
+ ${LOCALBASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \
+ ${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias \
${LOCALBASE}/share/X11/xkb/rules/base:${PORTSDIR}/x11/xkeyboard-config \
xkbcomp:${PORTSDIR}/x11/xkbcomp
.if !defined(PACKAGE_BUILDING)