Date: Sun, 7 Jul 2013 12:24:32 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322435 - head/Mk Message-ID: <201307071224.r67COWhd079948@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jul 7 12:24:32 2013 New Revision: 322435 URL: http://svnweb.freebsd.org/changeset/ports/322435 Log: Remove X_VFBSERVER_PORT now that it is not used anymore Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sun Jul 7 12:20:31 2013 (r322434) +++ head/Mk/bsd.port.mk Sun Jul 7 12:24:32 2013 (r322435) @@ -1908,7 +1908,6 @@ LIB_DEPENDS+= Xm.4:${PORTSDIR}/x11-tool .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-font 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307071224.r67COWhd079948>