diff options
author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2014-12-22 23:04:17 +0000 |
---|---|---|
committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2014-12-22 23:04:17 +0000 |
commit | 3c9a1d11c2210dcdc42a63b04622220896daba7a (patch) | |
tree | c4aafe980f6f5ff7e0903fde047107a9dd8c45d5 /x11 | |
parent | f04a3f032a75a0a2a7378cf4edf2becfbdacaf25 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4-workspace/Makefile | 4 | ||||
-rw-r--r-- | x11/xorg-minimal/Makefile | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 5a3fd6090fec..96e1510d8fd9 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -107,10 +107,6 @@ WALLPAPERS_RUN_DEPENDS= ${KDE4_PREFIX}/share/wallpapers/Horos/metadata.desktop:$ .include <bsd.port.options.mk> -.ifndef(WITH_NEW_XORG) -IGNORE= requires modern libGL. Please, set WITH_NEW_XORG and update your ports -.endif - .if !exists(/usr/lib/libutempter.so) LIB_DEPENDS+= libutempter.so:${PORTSDIR}/sysutils/libutempter .endif diff --git a/x11/xorg-minimal/Makefile b/x11/xorg-minimal/Makefile index 3c7bc30b5c89..591b77b43032 100644 --- a/x11/xorg-minimal/Makefile +++ b/x11/xorg-minimal/Makefile @@ -32,7 +32,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/intel_drv.so:${PORTSDIR}/x11 RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:${PORTSDIR}/x11-drivers/xf86-video-${VIDEO_DRIVER} .endif -.if ${VIDEO_DRIVER} == intel && defined(WITH_NEW_XORG) +.if ${VIDEO_DRIVER} == intel RUN_DEPENDS+= ${LOCALBASE}/lib/va/i965_drv_video.so:${PORTSDIR}/multimedia/libva-intel-driver .endif |