diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-26 00:51:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-26 00:51:40 +0800 |
commit | 2e68588f46b3a276df88592caaf2892e91f3db7c (patch) | |
tree | 25d18ced465bc32a1ac2cd07fdcfa1ffc804124a /x11/libxfce4util/Makefile | |
parent | 473703feaf8f28917e7b8e28b763358245149825 (diff) | |
download | freebsd-ports-gnome-2e68588f46b3a276df88592caaf2892e91f3db7c.tar.gz freebsd-ports-gnome-2e68588f46b3a276df88592caaf2892e91f3db7c.tar.zst freebsd-ports-gnome-2e68588f46b3a276df88592caaf2892e91f3db7c.zip |
- Welcome XFCE 4.10 to the portstree!
Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Tested by: phw
Diffstat (limited to 'x11/libxfce4util/Makefile')
-rw-r--r-- | x11/libxfce4util/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile index aeec158019b7..63aa1a74aaa3 100644 --- a/x11/libxfce4util/Makefile +++ b/x11/libxfce4util/Makefile @@ -6,14 +6,13 @@ # PORTNAME= libxfce4util -PORTVERSION= 4.8.2 +PORTVERSION= 4.10.0 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Xfce 4 library with non-graphical helper functions +COMMENT= Extension library for the Xfce desktop environment USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes @@ -24,6 +23,8 @@ USE_PERL5= yes USE_LDCONFIG= yes USE_XFCE= configenv +CONFIGURE_ARGS+=--disable-gtk-doc-html + OPTIONS= NLS "Enable Native Language Support" on \ APIDOCS "Install api documentation" off |