diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-06-29 08:05:18 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-06-29 08:05:18 +0800 |
commit | cd444d8554182e8c16786db57253f4832f68ec2b (patch) | |
tree | 276f7da4f46a646711b5ebe46eb20620081fbab1 /games | |
parent | 5f2542618e71bef064eacda6689599449b044afb (diff) | |
download | freebsd-ports-gnome-cd444d8554182e8c16786db57253f4832f68ec2b.tar.gz freebsd-ports-gnome-cd444d8554182e8c16786db57253f4832f68ec2b.tar.zst freebsd-ports-gnome-cd444d8554182e8c16786db57253f4832f68ec2b.zip |
Since the default linux has been changed to fc4, these ports no longer
require linux-libgcc.
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-x-plane-net-installer/Makefile | 4 | ||||
-rw-r--r-- | games/linux-x-plane/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/linux-x-plane-net-installer/Makefile b/games/linux-x-plane-net-installer/Makefile index 00f3f2417a16..950c728d4398 100644 --- a/games/linux-x-plane-net-installer/Makefile +++ b/games/linux-x-plane-net-installer/Makefile @@ -7,6 +7,7 @@ PORTNAME= linux-x-plane-net-installer PORTVERSION= 1.07 +PORTREVISION= 1 CATEGORIES= games linux MASTER_SITES= http://dev.x-plane.com/installer/${PORTVERSION}/ DISTFILES= X-Plane-Net-Install.gz @@ -14,8 +15,7 @@ DISTFILES= X-Plane-Net-Install.gz MAINTAINER= jylefort@FreeBSD.org COMMENT= The X-Plane network installer -RUN_DEPENDS= ${LINUXBASE}/lib/libgcc/libgcc_s.so.1:${PORTSDIR}/lang/linux-libgcc \ - ${LINUXBASE}/usr/lib/libopenal.so.1:${PORTSDIR}/audio/linux-openal \ +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libopenal.so.1:${PORTSDIR}/audio/linux-openal \ ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1.3:${PORTSDIR}/graphics/linux_dri USE_X_PREFIX= yes diff --git a/games/linux-x-plane/Makefile b/games/linux-x-plane/Makefile index e178b51a56b9..bc4594d8a895 100644 --- a/games/linux-x-plane/Makefile +++ b/games/linux-x-plane/Makefile @@ -7,14 +7,14 @@ PORTNAME= linux-x-plane PORTVERSION= 8.32 +PORTREVISION= 1 CATEGORIES= games linux MASTER_SITES= # empty MAINTAINER= jylefort@FreeBSD.org COMMENT= A commercial flight simulator -RUN_DEPENDS= ${LINUXBASE}/lib/libgcc/libgcc_s.so.1:${PORTSDIR}/lang/linux-libgcc \ - ${LINUXBASE}/usr/lib/libopenal.so.1:${PORTSDIR}/audio/linux-openal \ +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libopenal.so.1:${PORTSDIR}/audio/linux-openal \ ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1.3:${PORTSDIR}/graphics/linux_dri IGNOREFILES= ${DISTFILES} # user-created distribution |