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-nwnclient | |
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-nwnclient')
-rw-r--r-- | games/linux-nwnclient/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/games/linux-nwnclient/Makefile b/games/linux-nwnclient/Makefile index 31be7ee0ddf5..6525c9cd2ead 100644 --- a/games/linux-nwnclient/Makefile +++ b/games/linux-nwnclient/Makefile @@ -3,7 +3,7 @@ PORTNAME= nwnclient PORTVERSION= 1.69 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games linux MASTER_SITES= http://na.llnet.bioware.cdn.ea.com/u/f/eagames/bioware/neverwinternights/updates/linux/${PORTVERSION:S/.//}/:CLIENT \ http://nwdownloads.bioware.com/neverwinternights/linux/129/:ORIG \ @@ -24,21 +24,13 @@ RUN_DEPENDS= ${LOCALBASE}/share/nwndata/docs/readme.txt:games/nwndata NO_BUILD= yes RESTRICTED= Distribution not allowed USES= linux -USE_LINUX= sdl12 xorglibs +USE_LINUX= dri sdl12 xorglibs NWNDATADIR= ${LOCALBASE}/share/nwndata -.ifdef WITH_NVIDIA_GL -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver -USE_LINUX+= libglu -.else -USE_LINUX+= dri -.endif - OPTIONS_DEFINE= NWMOVIES NWMOVIES_DESC= Support for movies using BinkPlayer .include <bsd.port.options.mk> -.include <bsd.port.pre.mk> # Client detection. Currently, detects only original and Diamond editions. .if exists(${LOCALBASE}/share/nwndata/xp2.key) @@ -98,4 +90,4 @@ do-install: .endif ${INSTALL_SCRIPT} ${WRKDIR}/nwn ${STAGEDIR}${PREFIX}/bin/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |