Remove stray '/'.
This commit is contained in:
parent
7e01427460
commit
e2c6ce91d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269853
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue