diff options
author | nakai <nakai@FreeBSD.org> | 2000-03-04 22:27:55 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-03-04 22:27:55 +0800 |
commit | 3a832ed0b68525126fc5aa97ddcc09804bb062aa (patch) | |
tree | 1af5b763b1ca40d6f3e051184455a97edfc999a9 /x11-wm/xfce4/Makefile | |
parent | 13ae63e91b1e4ab8e3273ee033a834799f837fc9 (diff) | |
download | freebsd-ports-gnome-3a832ed0b68525126fc5aa97ddcc09804bb062aa.tar.gz freebsd-ports-gnome-3a832ed0b68525126fc5aa97ddcc09804bb062aa.tar.zst freebsd-ports-gnome-3a832ed0b68525126fc5aa97ddcc09804bb062aa.zip |
Update to 3.3.1
PR: ports/17125
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r-- | x11-wm/xfce4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index cabd1f672b55..0b4f5a4b8c5d 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.5 +# Version required: 3.3.1 # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xfce-3.2.5 +DISTNAME= xfce-3.3.1 CATEGORIES= x11-wm MASTER_SITES= http://www.xfce.org/archive/ @@ -15,7 +15,7 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ Imlib.5:${PORTSDIR}/graphics/imlib \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -RUN_DEPENDS= ${LOCALBASE}/bin/sox:${PORTSDIR}/audio/sox +RUN_DEPENDS= ${LOCALBASE}/bin/esdplay:${PORTSDIR}/audio/esound GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |