Adjust DEPENDS to conform to reshuffle.
This commit is contained in:
parent
1c7b6418cf
commit
5fb02b25e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=761
3 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue