diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-17 01:41:59 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-17 01:41:59 +0000 |
commit | d180b7edebf4d3e2367cd0cc7c955e809cf93a7d (patch) | |
tree | 60c854ba6eb6dd5f461602c04031ca41319ead3a /games/linux-x-plane | |
parent | 6367c5b224e11fe0161d979099566f96d043db5d (diff) | |
download | ports-d180b7edebf4d3e2367cd0cc7c955e809cf93a7d.tar.gz ports-d180b7edebf4d3e2367cd0cc7c955e809cf93a7d.zip |
Notes
Diffstat (limited to 'games/linux-x-plane')
-rw-r--r-- | games/linux-x-plane/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |