Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#3554 closed defect (fixed)

UPDATE: gnome-games

Reported by: benwill@… Owned by: gnome-darwinports@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: gnome-games

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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)

comment:1 Changed 19 years ago by olegb@…

Resolution: fixed
Status: newclosed

commited, thanks.

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: gnome-games added
Note: See TracTickets for help on using tickets.