diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-07 12:24:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-07 12:24:32 +0000 |
commit | c70b09a55ff61f103ded253a1ad02f5bf1aeb4bd (patch) | |
tree | 733ab739cc115a797714ed5be176d7fe7637cb67 | |
parent | Remove usage of X_VFBSERVER_PORT (diff) |
Remove X_VFBSERVER_PORT now that it is not used anymore
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 9b1360c32ca4..d0104b95e233 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1908,7 +1908,6 @@ LIB_DEPENDS+= Xm.4:${PORTSDIR}/x11-toolkits/open-motif .endif .endif -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 @@ -1919,7 +1918,7 @@ 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} \ +BUILD_DEPENDS+= Xvfb:x11-servers/xorg-vfbserver \ ${LOCALBASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} \ ${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${X_FONTS_ALIAS_PORT} \ ${LOCALBASE}/share/X11/xkb/rules/base:${PORTSDIR}/x11/xkeyboard-config \ |