diff options
author | kwm <kwm@FreeBSD.org> | 2011-02-27 06:27:50 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-02-27 06:27:50 +0800 |
commit | f4628639c467a4cd323de908e80ae9c6839906fe (patch) | |
tree | d3c630a3e92085aa9b0aece658d163a9035ecc20 /x11/xorg-minimal | |
parent | 76e10601271f710129d3c37617576ce3820699f7 (diff) | |
download | freebsd-ports-gnome-f4628639c467a4cd323de908e80ae9c6839906fe.tar.gz freebsd-ports-gnome-f4628639c467a4cd323de908e80ae9c6839906fe.tar.zst freebsd-ports-gnome-f4628639c467a4cd323de908e80ae9c6839906fe.zip |
Remove stray '/'.
Diffstat (limited to 'x11/xorg-minimal')
-rw-r--r-- | x11/xorg-minimal/Makefile | 2 |
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: |