aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xorg-minimal/Makefile
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-05-27 12:24:45 +0800
committereadler <eadler@FreeBSD.org>2018-05-27 12:24:45 +0800
commit715dff15d575dad1d10039f02773f4ecec4f2090 (patch)
treee5586cceed76be1641e017fed6e1ca9bde42c412 /x11/xorg-minimal/Makefile
parent0fbc2839889a33908d2619903de7d893aff48d87 (diff)
downloadfreebsd-ports-gnome-715dff15d575dad1d10039f02773f4ecec4f2090.tar.gz
freebsd-ports-gnome-715dff15d575dad1d10039f02773f4ecec4f2090.tar.zst
freebsd-ports-gnome-715dff15d575dad1d10039f02773f4ecec4f2090.zip
x11/xorg-minimal: take maintainership (again)
- This was my first contribution to FreeBSD. Take it back. - Correct run deps for video driver of 'intel29'
Diffstat (limited to 'x11/xorg-minimal/Makefile')
-rw-r--r--x11/xorg-minimal/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/xorg-minimal/Makefile b/x11/xorg-minimal/Makefile
index 3f6fc09d1d2e..2e4d0803a05c 100644
--- a/x11/xorg-minimal/Makefile
+++ b/x11/xorg-minimal/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 1
CATEGORIES= x11 x11-servers
PKGNAMESUFFIX= -minimal
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= eadler@FreeBSD.org
COMMENT= X.Org minimal distribution metaport
USES= metaport
@@ -22,13 +22,11 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:x11-servers/xorg-server \
.if ${VIDEO_DRIVER} == "nvidia"
RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/nvidia_drv.so:x11/nvidia-driver
.elif ${VIDEO_DRIVER} == "intel29"
-RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/intel_drv.so:x11-drivers/xf86-video-${VIDEO_DRIVER}
+RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/intel_drv.so:x11-drivers/xf86-video-intel
+.elif ${VIDEO_DRIVER} == "intel"
+RUN_DEPENDS+= ${LOCALBASE}/lib/va/i965_drv_video.so:multimedia/libva-intel-driver
.else
RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:x11-drivers/xf86-video-${VIDEO_DRIVER}
.endif
-.if ${VIDEO_DRIVER} == intel
-RUN_DEPENDS+= ${LOCALBASE}/lib/va/i965_drv_video.so:multimedia/libva-intel-driver
-.endif
-
.include <bsd.port.mk>