diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-05-10 21:19:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-05-10 21:19:08 +0000 |
commit | 48e62d9a379cd45a15f6ae89d564f81b3c13d16e (patch) | |
tree | b627baa77f19bb1eab2fa4dee08aab1908131cd0 /games/gcompris | |
parent | fbdf96410f8e803568c33397323dd9d8d3af995f (diff) | |
download | ports-48e62d9a379cd45a15f6ae89d564f81b3c13d16e.tar.gz ports-48e62d9a379cd45a15f6ae89d564f81b3c13d16e.zip |
Notes
Diffstat (limited to 'games/gcompris')
-rw-r--r-- | games/gcompris/Makefile | 3 | ||||
-rw-r--r-- | games/gcompris/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 0d77e2a4a06d..69927515a256 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcompris PORTVERSION= 9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnome MASTER_SITES= SF DISTNAME= gcompris-9.2-2 @@ -54,6 +54,7 @@ post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/src/gcompris/gcompris.c @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-DGTK_DISABLE_DEPRECATED||g' -e \ 's|-DGNOME_DISABLE_DEPRECATED||g' .if !defined(DISPLAY) diff --git a/games/gcompris/pkg-plist b/games/gcompris/pkg-plist index 40c5f1a95884..450b692963e2 100644 --- a/games/gcompris/pkg-plist +++ b/games/gcompris/pkg-plist @@ -8465,4 +8465,5 @@ share/pixmaps/gcompris.png @dirrm %%DATADIR%%/boards/administration @dirrm %%DATADIR%%/boards @dirrm %%DATADIR%% +@dirrmtry share/applications @dirrm lib/gcompris |