diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/hitori/Makefile | 3 | ||||
-rw-r--r-- | games/hitori/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/games/hitori/Makefile b/games/hitori/Makefile index cded5929413c..fcd526bcde6e 100644 --- a/games/hitori/Makefile +++ b/games/hitori/Makefile @@ -4,6 +4,7 @@ PORTNAME= hitori PORTVERSION= 3.14.3 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -20,4 +21,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +GLIB_SCHEMAS= org.gnome.hitori.gschema.xml + .include <bsd.port.mk> diff --git a/games/hitori/pkg-plist b/games/hitori/pkg-plist index 21be6bdf735e..6e2ecc17a029 100644 --- a/games/hitori/pkg-plist +++ b/games/hitori/pkg-plist @@ -1,7 +1,6 @@ bin/hitori share/appdata/hitori.appdata.xml share/applications/hitori.desktop -share/glib-2.0/schemas/org.gnome.hitori.gschema.xml share/help/C/hitori/customization.page share/help/C/hitori/figures/hitori_main_window.png share/help/C/hitori/game.page |