diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-14 22:15:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-14 22:15:11 +0800 |
commit | eaf9bc6a334cf779a69221d9aa39a5025f60a852 (patch) | |
tree | 618827977fb422648057a9005e360b17c57726e8 /games | |
parent | 21dff0f48c4b0c6b98dbde1e226100acea0a3480 (diff) | |
download | marcuscom-ports-eaf9bc6a334cf779a69221d9aa39a5025f60a852.tar.gz marcuscom-ports-eaf9bc6a334cf779a69221d9aa39a5025f60a852.tar.zst marcuscom-ports-eaf9bc6a334cf779a69221d9aa39a5025f60a852.zip |
Build introspection support, to fix plist missing files.
Fix a typo in plist with gnotsk score files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16938 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games3/Makefile | 5 | ||||
-rw-r--r-- | games/gnome-games3/pkg-plist | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/games/gnome-games3/Makefile b/games/gnome-games3/Makefile index c885b9b91..ec8d1621d 100644 --- a/games/gnome-games3/Makefile +++ b/games/gnome-games3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games3/Makefile,v 1.22 2012/06/14 11:41:55 kwm Exp $ +# $MCom: ports/games/gnome-games3/Makefile,v 1.23 2012/06/14 13:08:43 kwm Exp $ # PORTNAME= gnome-games @@ -40,8 +40,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack gtk30 pygobject3 \ librsvg2 desktopfileutils USE_GSTREAMER= vorbis ogg GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gtk=3.0 --enable-games=all \ - --disable-introspection +CONFIGURE_ARGS= --with-gtk=3.0 --enable-games=all CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/games/gnome-games3/pkg-plist b/games/gnome-games3/pkg-plist index 4febcdbeb..9d8b87888 100644 --- a/games/gnome-games3/pkg-plist +++ b/games/gnome-games3/pkg-plist @@ -161,8 +161,8 @@ share/applications/swell-foop.desktop @unexec [ -s %D/share/games/gnotski.28.scores ] || rm -f %D/share/games/gnotski.28.scores @unexec [ -s %D/share/games/gnotski.29.scores ] || rm -f %D/share/games/gnotski.29.scores @unexec [ -s %D/share/games/gnotski.3.scores ] || rm -f %D/share/games/gnotski.3.scores -@unexec [ -s %D/share/games/gnotski.30.scores ] || rm -f %D/share/games/gnotski.31.scores -@unexec [ -s %D/share/games/gnotski.31.scores ] || rm -f %D/share/games/gnotski.32.scores +@unexec [ -s %D/share/games/gnotski.30.scores ] || rm -f %D/share/games/gnotski.30.scores +@unexec [ -s %D/share/games/gnotski.31.scores ] || rm -f %D/share/games/gnotski.31.scores @unexec [ -s %D/share/games/gnotski.32.scores ] || rm -f %D/share/games/gnotski.32.scores @unexec [ -s %D/share/games/gnotski.33.scores ] || rm -f %D/share/games/gnotski.33.scores @unexec [ -s %D/share/games/gnotski.34.scores ] || rm -f %D/share/games/gnotski.34.scores |