UPDATE: gnome-games
Reported by: |
benwill@… |
Owned by: |
gnome-darwinports@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
gnome-games
|
|
|
Some dependencies (librsvg, gob2) were missing in the Portfile. Patch follows:
--- Portfile.orig 2005-06-15 15:47:30.000000000 -0700
+++ Portfile 2005-06-15 15:45:31.000000000 -0700
@@ -14,7 +14,10 @@
master_sites gnome:sources/gnome-games/2.10/
checksums md5 c3a1a8fd025a0174efa70d4e480114cf
patchfiles patch_games-network.c
-depends_lib lib:gnome-session:gnome-session lib:libguile:guile
+depends_lib lib:gnome-session:gnome-session \
+ lib:libguile:guile \
+ lib:librsvg:librsvg \
+ bin:gob2:gob2
use_bzip2 yes
configure.args --mandir=${prefix}/share/man
configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
Change History (2)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
gnome-games added
|
commited, thanks.