diff options
Diffstat (limited to 'x11-fm/sushi/Makefile')
-rw-r--r-- | x11-fm/sushi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fm/sushi/Makefile b/x11-fm/sushi/Makefile index 76dcc5b75b66..8a641d33fc77 100644 --- a/x11-fm/sushi/Makefile +++ b/x11-fm/sushi/Makefile @@ -4,6 +4,7 @@ PORTNAME= sushi PORTVERSION= 3.12.0 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -29,4 +30,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip +GLIB_SCHEMAS= org.gnome.sushi.gschema.xml + .include <bsd.port.mk> |