diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 12:49:39 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 12:49:39 +0000 |
commit | 5fb02b25e4ed3d893173581ab3dd54f1a0181f9a (patch) | |
tree | b723fd2ef2e9acef315884dd710268f839d3840c /x11-wm | |
parent | 1c7b6418cfa7fea66aeae51c3ad93add623adf1c (diff) | |
download | ports-5fb02b25e4ed3d893173581ab3dd54f1a0181f9a.tar.gz ports-5fb02b25e4ed3d893173581ab3dd54f1a0181f9a.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ctwm/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/piewm/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 781b7c85654d..23a90fa338d8 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -3,7 +3,7 @@ # Date created: 13 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.2 1994/11/23 07:56:10 gpalmer Exp $ +# $Id: Makefile,v 1.3 1994/12/12 04:30:29 gpalmer Exp $ # DISTNAME= ctwm-3.2p1 @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ USE_IMAKE= YES EXTRACT_SUFX= .tar.Z .if !exists(/usr/X11R6/lib/libXpm.a) -DEPENDS= ${PORTSDIR}/x11/xpm +DEPENDS= ${PORTSDIR}/graphics/xpm .endif .include <bsd.port.mk> diff --git a/x11-wm/piewm/Makefile b/x11-wm/piewm/Makefile index fbfc38c07bc9..3420951ad0fd 100644 --- a/x11-wm/piewm/Makefile +++ b/x11-wm/piewm/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.4 1995/01/05 05:54:47 asami Exp $ # DISTNAME= piewm @@ -11,7 +11,7 @@ USE_IMAKE= yes MASTER_SITES= ftp://ftp.x.org/R5contrib/ EXTRACT_SUFX= .tar.Z PKG_CMD= pkg_create -N -DEPENDS= ${PORTSDIR}/x11/xpm +DEPENDS= ${PORTSDIR}/graphics/xpm # piewm.tar.Z includes and old version of xpm, and also a bunch of .o # files plus an executable |