diff options
Diffstat (limited to 'x11-wm/xfce/Makefile')
-rw-r--r-- | x11-wm/xfce/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index eaefb01..6c85dd2 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xfce -# Version required: 3.0.3 +# Version required: 3.1.1 # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xfce-3.0.3 +DISTNAME= xfce-3.1.1 CATEGORIES= x11-wm MASTER_SITES= http://www.xfce.org/archive/ @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ --datadir=${PREFIX}/share/ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" -MAN1= xfbd.1 xfce.1 xfclock.1 xfmouse.1 xfpager.1 xfsound.1 \ - xftree.1 xfwm.1 +MAN1= xfbd.1 xfce.1 xfclock.1 xfhelp.1 xfmouse.1 xfpager.1 xfprint.1 \ + xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1 .include <bsd.port.mk> |