aboutsummaryrefslogtreecommitdiff
path: root/graphics/graphene/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-09-30 11:58:29 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-09-30 11:58:29 +0000
commit951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch)
tree6146e775343aaf339921799078894a48fef9aa15 /graphics/graphene/Makefile
parentc9b47f0427d70ba42c2d53271f8b64b8e8096825 (diff)
downloadports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.tar.gz
ports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.zip
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
Notes
Notes: svn path=/head/; revision=480951
Diffstat (limited to 'graphics/graphene/Makefile')
-rw-r--r--graphics/graphene/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/graphene/Makefile b/graphics/graphene/Makefile
index 410f9e779d29..ece0740af7c0 100644
--- a/graphics/graphene/Makefile
+++ b/graphics/graphene/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= graphene
-PORTVERSION= 1.6.0
-PORTREVISION= 2
+PORTVERSION= 1.8.2
CATEGORIES= graphics devel
MASTER_SITES= GNOME
@@ -26,7 +25,7 @@ USE_GNOME+= introspection:build
#INTROSPECTION_USE= gnome=introspection:build
#INTROSPECTION_MESON_OFF= -Denable-introspection=false
-GTKDOC_MESON_TRUE= enable-gtk-doc
+GTKDOC_MESON_TRUE= gtk_doc
GTKDOC_DESC= Build documentation
GTKDOC_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc
@@ -37,5 +36,6 @@ post-patch:
# We don't want install tests
post-install:
@${RM} -rf ${STAGEDIR}${PREFIX}/libexec/installed-tests
+ @${RM} -rf ${STAGEDIR}${PREFIX}/share/installed-tests
.include <bsd.port.mk>