diff options
author | nakai <nakai@FreeBSD.org> | 1999-11-16 03:41:46 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-11-16 03:41:46 +0000 |
commit | 3d72d3d0d72a832d0642e6a500138adcebe850bb (patch) | |
tree | a22ae888f4ee60cb207ca2ff854d6633f41b538f /x11-wm/xfce/Makefile | |
parent | 68393406080078e237dd2567b820678caade5afc (diff) | |
download | FreeBSD-ports-3d72d3d0d72a832d0642e6a500138adcebe850bb.zip FreeBSD-ports-3d72d3d0d72a832d0642e6a500138adcebe850bb.tar.gz |
Update to 3.2.0
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 dd1fb64..03aced4 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xfce -# Version required: 3.1.2 +# Version required: 3.2.0 # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xfce-3.1.2 +DISTNAME= xfce-3.2.0 CATEGORIES= x11-wm MASTER_SITES= http://www.xfce.org/archive/ \ http://www.baysurf.net/linux/xfce/archive/ @@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ --datadir=${PREFIX}/share -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 +MAN1= xfbd.1 xfce.1 xfclock.1 xfgnome.1 xfhelp.1 xfmouse.1 xfpager.1 \ + xfprint.1 xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1 .include <bsd.port.mk> |