diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1994-12-12 04:32:04 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1994-12-12 04:32:04 +0000 |
commit | ba2097f169c0973fb05793040058356a725c495e (patch) | |
tree | 2e88deba232c032980e183c92bf661b1568c4cef /x11-wm/ctwm | |
parent | eb5b747103204d1e7662da09a1135df7876acbf8 (diff) | |
download | ports-ba2097f169c0973fb05793040058356a725c495e.tar.gz ports-ba2097f169c0973fb05793040058356a725c495e.zip |
Notes
Diffstat (limited to 'x11-wm/ctwm')
-rw-r--r-- | x11-wm/ctwm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 23ac8074d468..781b7c85654d 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -3,14 +3,13 @@ # Date created: 13 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.1.1.1 1994/11/20 16:20:38 torstenb Exp $ +# $Id: Makefile,v 1.2 1994/11/23 07:56:10 gpalmer Exp $ # DISTNAME= ctwm-3.2p1 MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ USE_IMAKE= YES EXTRACT_SUFX= .tar.Z -INSTALL_MANPAGES= yes .if !exists(/usr/X11R6/lib/libXpm.a) DEPENDS= ${PORTSDIR}/x11/xpm .endif |