diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-02-20 10:31:07 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-02-20 10:31:07 +0000 |
commit | 6efd914447a449a255c8c0db81af3169d49ef70e (patch) | |
tree | 9d98e72eb61c6be35eca68f0750ee7cb9ef44b4a /emulators/linux-pete-mesagpu | |
parent | Documentation tarball was rerolled, new docs were added. (diff) |
- 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/linux-pete-mesagpu')
-rw-r--r-- | emulators/linux-pete-mesagpu/Makefile | 4 |
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 |