diff options
Diffstat (limited to 'x11/xfce4-conf/Makefile')
-rw-r--r-- | x11/xfce4-conf/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/xfce4-conf/Makefile b/x11/xfce4-conf/Makefile index ea0d00007e8d..6c35952f44f4 100644 --- a/x11/xfce4-conf/Makefile +++ b/x11/xfce4-conf/Makefile @@ -6,15 +6,14 @@ # PORTNAME= xfce4-conf -PORTVERSION= 4.8.1 +PORTVERSION= 4.10.0 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/xfce/xfconf/${PORTVERSION:R} DISTNAME= xfconf-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Xfce 4 configuration mananger +COMMENT= D-Bus-based configuration storage system LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib @@ -27,6 +26,8 @@ USE_LDCONFIG= yes USE_XFCE= configenv libutil USE_XORG= x11 +CONFIGURE_ARGS+=--disable-gtk-doc-html + OPTIONS= APIDOCS "Install api documentation" off \ PERL "Install Perl bindings" off \ NLS "Enable Native Language Support" on @@ -65,8 +66,4 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e 's|--module-dir|--module=xfconf &|' \ - ${WRKSRC}/docs/reference/Makefile.in - .include <bsd.port.post.mk> |