aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2005-02-20 18:31:07 +0800
committernetchild <netchild@FreeBSD.org>2005-02-20 18:31:07 +0800
commita247793641c77ac7914c35f4c4b806c20d45de85 (patch)
tree730c3ceae970535c840d9b62330c90b7d0d270f8 /emulators
parentcd8b9c266cd312162e26334c00febd6ae5aab26a (diff)
downloadfreebsd-ports-gnome-a247793641c77ac7914c35f4c4b806c20d45de85.tar.gz
freebsd-ports-gnome-a247793641c77ac7914c35f4c4b806c20d45de85.tar.zst
freebsd-ports-gnome-a247793641c77ac7914c35f4c4b806c20d45de85.zip
- Use a binary RPM of Mesa v3 instead of building it from source:
* get's rid of the linux_devtools dependency * fixes the conflicts seen at deinstall time on pointyhat - correct the paths for the GL/GLU libs in the dependencies (the RPM installs the mesa libs to .../lib/ instead to .../X11R6/lib/) Nagging by: pointyhat
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux-pete-mesagpu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux-pete-mesagpu/Makefile b/emulators/linux-pete-mesagpu/Makefile
index 5794a7898ed4..a8ff9c374474 100644
--- a/emulators/linux-pete-mesagpu/Makefile
+++ b/emulators/linux-pete-mesagpu/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pete-mesagpu
PORTVERSION= 1.75
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators linux
MASTER_SITES= http://www.pbernert.com/
PKGNAMEPREFIX= linux-
@@ -17,7 +17,7 @@ MAINTAINER= jylefort@brutele.be
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/X11R6/lib/libGL.so:${PORTSDIR}/graphics/linux_mesa3
+ ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3
NO_WRKSUBDIR= yes
NO_BUILD= yes