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 | |
parent | Add xcd* to subdirs (diff) |
Adjust DEPENDS to conform to reshuffle.
Notes
Notes:
svn path=/head/; revision=761
-rw-r--r-- | x11-fm/xfm/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/ctwm/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/piewm/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-fm/xfm/Makefile b/x11-fm/xfm/Makefile index d1699ef84d49..120ea2253559 100644 --- a/x11-fm/xfm/Makefile +++ b/x11-fm/xfm/Makefile @@ -3,13 +3,13 @@ # Date created: 28 December 1994 # Whom: jc@irbs.com John Capo # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1995/01/04 07:50:35 jkh Exp $ # DISTNAME= xfm-1.3 DISTFILES= xfm-1.3.tar.gz USE_IMAKE= yes MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ -DEPENDS= ${PORTSDIR}/x11/xpm +DEPENDS= ${PORTSDIR}/graphics/xpm .include <bsd.port.mk> 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 |