diff options
author | tijl <tijl@FreeBSD.org> | 2016-11-04 05:47:46 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-11-04 05:47:46 +0800 |
commit | 808a2a60e7ce4e240588eba08e4f2ce6983b0e1f (patch) | |
tree | 217b630c3b537320d8bc0fa8c4a97dc39f4fd98c /games/linux-doom3-demo | |
parent | 14073edcb9a2d2648cbfb211f88a8fda5e7972f6 (diff) | |
download | freebsd-ports-gnome-808a2a60e7ce4e240588eba08e4f2ce6983b0e1f.tar.gz freebsd-ports-gnome-808a2a60e7ce4e240588eba08e4f2ce6983b0e1f.tar.zst freebsd-ports-gnome-808a2a60e7ce4e240588eba08e4f2ce6983b0e1f.zip |
Remove NVIDIA option from Linux ports now that the nvidia-driver can be
installed later.
Diffstat (limited to 'games/linux-doom3-demo')
-rw-r--r-- | games/linux-doom3-demo/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/linux-doom3-demo/Makefile b/games/linux-doom3-demo/Makefile index a82755664b81..8c8d334ee0a2 100644 --- a/games/linux-doom3-demo/Makefile +++ b/games/linux-doom3-demo/Makefile @@ -3,7 +3,7 @@ PORTNAME= doom3-demo PORTVERSION= 1.1.1286 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games linux MASTER_SITES= http://www.hup.hu/~trey/DOOM3/ \ http://darkstar.ist.utl.pt/pub/games/ \ @@ -18,7 +18,7 @@ COMMENT= DOOM III demo for Linux ONLY_FOR_ARCHS= i386 amd64 USES= linux -USE_LINUX= xorglibs +USE_LINUX= dri xorglibs NO_CDROM= Redistribution is limited, see license; Requested by id Software NO_BUILD= yes NO_WRKSUBDIR= yes @@ -28,11 +28,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} SUB_FILES= doom3-demo SUB_LIST= DOOMDIR="${DOOMDIR}" -OPTIONS_DEFINE= DOCS NVIDIA_GL - -NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver -NVIDIA_GL_USE_OFF= LINUX=dri - +OPTIONS_DEFINE= DOCS do-extract: @${MKDIR} ${WRKSRC} |