diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-02-11 15:32:00 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-02-11 15:32:00 +0000 |
commit | 1d55735c6a95b53d9ff7a60ed53f7847de72356f (patch) | |
tree | a34b04562de245187126a3e4d7c8ee0e792334dd /x11-wm/ctwm/Makefile | |
parent | 4871078d2c010a10413e58a2b34c5bf27b1265aa (diff) | |
download | FreeBSD-ports-1d55735c6a95b53d9ff7a60ed53f7847de72356f.zip FreeBSD-ports-1d55735c6a95b53d9ff7a60ed53f7847de72356f.tar.gz |
Upgrade to ctwm 3.3
Diffstat (limited to 'x11-wm/ctwm/Makefile')
-rw-r--r-- | x11-wm/ctwm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 8944a6e..d10d6e2 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -6,12 +6,10 @@ # $Id: Makefile,v 1.4 1995/01/13 12:48:46 jkh Exp $ # -DISTNAME= ctwm-3.2p1 +DISTNAME= ctwm-3.3 MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ USE_IMAKE= YES EXTRACT_SUFX= .tar.Z -.if !exists(/usr/X11R6/lib/libXpm.a) LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -.endif .include <bsd.port.mk> |