diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-05-17 09:41:59 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-05-17 09:41:59 +0800 |
commit | a3e120015571b9dc84fc4621182a4bf2f0d67692 (patch) | |
tree | a4f8346b860c0e6965125239cffe4003d1d28254 | |
parent | bdb78ef201852c558e31f383b39d5e4f131f850a (diff) | |
download | freebsd-ports-gnome-a3e120015571b9dc84fc4621182a4bf2f0d67692.tar.gz freebsd-ports-gnome-a3e120015571b9dc84fc4621182a4bf2f0d67692.tar.zst freebsd-ports-gnome-a3e120015571b9dc84fc4621182a4bf2f0d67692.zip |
Chase linux-openal update.
Reported by: netchild
-rw-r--r-- | games/linux-x-plane-net-installer/Makefile | 2 | ||||
-rw-r--r-- | games/linux-x-plane/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-x-plane-net-installer/Makefile b/games/linux-x-plane-net-installer/Makefile index 63f88c9185cb..00f3f2417a16 100644 --- a/games/linux-x-plane-net-installer/Makefile +++ b/games/linux-x-plane-net-installer/Makefile @@ -15,7 +15,7 @@ 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.0:${PORTSDIR}/audio/linux-openal \ + ${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 39b437494e15..e178b51a56b9 100644 --- a/games/linux-x-plane/Makefile +++ b/games/linux-x-plane/Makefile @@ -14,7 +14,7 @@ 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.0:${PORTSDIR}/audio/linux-openal \ + ${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 |