diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-04-11 06:26:03 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-04-11 06:26:03 +0800 |
commit | bf5f03300249bd83fc6b6e8837475e0f5202fef2 (patch) | |
tree | 1fb645211eace48ed3452ed9e898078a8ef69f13 /games | |
parent | a77dd4b7e31c594753eb4613006a29303b3b2078 (diff) | |
download | freebsd-ports-gnome-bf5f03300249bd83fc6b6e8837475e0f5202fef2.tar.gz freebsd-ports-gnome-bf5f03300249bd83fc6b6e8837475e0f5202fef2.tar.zst freebsd-ports-gnome-bf5f03300249bd83fc6b6e8837475e0f5202fef2.zip |
- Install forgotten library
Diffstat (limited to 'games')
-rw-r--r-- | games/rigsofrods/Makefile | 2 | ||||
-rw-r--r-- | games/rigsofrods/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/games/rigsofrods/Makefile b/games/rigsofrods/Makefile index e67ddfa292d5..45382f936ea6 100644 --- a/games/rigsofrods/Makefile +++ b/games/rigsofrods/Makefile @@ -7,6 +7,7 @@ PORTNAME= rigsofrods PORTVERSION= 0.36.1 +PORTREVISION= 1 CATEGORIES= games # I've trimmed source tarball by around 10x and bundled rorserver MASTER_SITES= SF:contents \ @@ -55,6 +56,7 @@ LIB_FILES= dependencies/ogrenew/OgreMain/libOgreMain.so.1 \ dependencies/ogrenew/RenderSystems/GL/RenderSystem_GL.so \ dependencies/Caelum-2006-11-09/libcaelum.so \ dependencies/mygui/libmygui.so \ + dependencies/hydrax/libhydrax.so \ dependencies/mysocketw/libmysocketw.so post-extract: diff --git a/games/rigsofrods/pkg-plist b/games/rigsofrods/pkg-plist index 6e7f99df5303..518a802c32ef 100644 --- a/games/rigsofrods/pkg-plist +++ b/games/rigsofrods/pkg-plist @@ -5,6 +5,7 @@ lib/rigsofrods/Plugin_ParticleFX.so lib/rigsofrods/RenderSystem_GL.so lib/rigsofrods/libOgreMain.so.1 lib/rigsofrods/libcaelum.so +lib/rigsofrods/libhydrax.so lib/rigsofrods/libmygui.so lib/rigsofrods/libmysocketw.so libexec/rigsofrods/RoR |