diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-10 22:48:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-10 22:48:54 +0000 |
commit | 8ec1b02d966d157f592397b57305f207ae497303 (patch) | |
tree | 1d685096400a12083cdfa71cee6dcb339c4ad4aa /x11-wm/xfce4/Makefile | |
parent | Update to vile-7.3. Also add NO_PATCH since there is no patch. (diff) |
Upgrade to 1.2.4
PR: ports/5264
Submitted by: Maintainer
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r-- | x11-wm/xfce4/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 7ecf2e94c5d1..fce9ce5dc2e9 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -1,26 +1,24 @@ # New ports collection makefile for: xfce -# Version required: 1.2.3 +# Version required: 1.2.4 # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/08/31 17:10:45 max Exp $ # -DISTNAME= xfce-1.2.3 +DISTNAME= xfce-1.2.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/toolbars MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ + xforms\\.0\\.:${PORTSDIR}/x11/xforms -WRKSRC= ${WRKDIR}/XFCE-1.2.3 +WRKSRC= ${WRKDIR}/XFCE-1.2.4 USE_GMAKE= yes USE_IMAKE= yes XMKMF= xmkmf -MAN1= XFCE.1 -MANCOMPRESSED= yes .include <bsd.port.mk> |