diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
commit | 951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /graphics/graphene/Makefile | |
parent | c9b47f0427d70ba42c2d53271f8b64b8e8096825 (diff) |
Notes
Diffstat (limited to 'graphics/graphene/Makefile')
-rw-r--r-- | graphics/graphene/Makefile | 6 |
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> |