aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-02-27 06:27:50 +0800
committerkwm <kwm@FreeBSD.org>2011-02-27 06:27:50 +0800
commitf4628639c467a4cd323de908e80ae9c6839906fe (patch)
treed3c630a3e92085aa9b0aece658d163a9035ecc20
parent76e10601271f710129d3c37617576ce3820699f7 (diff)
downloadfreebsd-ports-f4628639c467a4cd323de908e80ae9c6839906fe.tar.gz
freebsd-ports-f4628639c467a4cd323de908e80ae9c6839906fe.tar.zst
freebsd-ports-f4628639c467a4cd323de908e80ae9c6839906fe.zip
Remove stray '/'.
-rw-r--r--x11/xorg-minimal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg-minimal/Makefile b/x11/xorg-minimal/Makefile
index 28597b643e44..aa2730de9b80 100644
--- a/x11/xorg-minimal/Makefile
+++ b/x11/xorg-minimal/Makefile
@@ -28,7 +28,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server \
.if ${VIDEO_DRIVER} == "nvidia"
RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/nvidia_drv.so:${PORTSDIR}/x11/nvidia-driver
.else
- ${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:${PORTSDIR}/x11-drivers/xf86-video-${VIDEO_DRIVER} \
+ ${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:${PORTSDIR}/x11-drivers/xf86-video-${VIDEO_DRIVER}
.endif
do-install: