diff options
Diffstat (limited to 'audio/goobox/Makefile')
-rw-r--r-- | audio/goobox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 5e178be1c47c..1815e60246ba 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -4,7 +4,7 @@ PORTNAME= goobox PORTVERSION= 3.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -29,6 +29,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip +GLIB_SCHEMAS= org.gnome.Goobox.gschema.xml + OPTIONS_DEFINE= NOTIFY OPTIONS_DEFAULT=NOTIFY |