diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-07-23 10:25:02 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-07-23 10:25:02 +0000 |
commit | f018b92c12f6989b2b24e6a8bd81e96d4d8bb01c (patch) | |
tree | 4157a8652e748e6a1212b39da2bf0c0dafd5ba91 /emulators | |
parent | d6804b96b880b0acfda889ebb9b8297ea3714b8f (diff) | |
download | ports-f018b92c12f6989b2b24e6a8bd81e96d4d8bb01c.tar.gz ports-f018b92c12f6989b2b24e6a8bd81e96d4d8bb01c.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-pete-mesagpu/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/emulators/linux-pete-mesagpu/Makefile b/emulators/linux-pete-mesagpu/Makefile index 0a90ce92852f..120d713b2021 100644 --- a/emulators/linux-pete-mesagpu/Makefile +++ b/emulators/linux-pete-mesagpu/Makefile @@ -7,6 +7,7 @@ PORTNAME= pete-mesagpu PORTVERSION= 1.76 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= http://www.pbernert.com/ PKGNAMEPREFIX= linux- @@ -15,8 +16,13 @@ DISTNAME= gpupetemesagl${MAJOR}${MINOR} MAINTAINER= jylefort@FreeBSD.org COMMENT= A PSEmu Pro GPU plugin using an OpenGL renderer (Linux version) -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk \ - ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3 +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk + +.ifdef WITH_NVIDIA_GL +RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver +.else +RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri +.endif NO_WRKSUBDIR= yes NO_BUILD= yes |