diff options
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r-- | x11-wm/xfce4/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 94d3fb9e4a9c..2b5dfe252dfe 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xfce -# Version required: 3.2.2 +# Version required: 3.2.3 # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xfce-3.2.2 +DISTNAME= xfce-3.2.3 CATEGORIES= x11-wm MASTER_SITES= http://www.xfce.org/archive/ @@ -23,9 +23,10 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib -lintl -lxpg4" + LIBS="-L${LOCALBASE}/lib -lxpg4" CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ - --datadir=${PREFIX}/share + --datadir=${PREFIX}/share \ + --with-xpm=${X11BASE} MAN1= xfbd.1 xfce.1 xfclock.1 xfgnome.1 xfhelp.1 xflock.1 xfmouse.1 \ xfpager.1 xfprint.1 xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1 |