From 5266f6ed9bb55212e49d2d20c3699fa423986ad7 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 1 May 1999 03:36:57 +0000 Subject: [PATCH] fix depends to use better method. Note to self: feeding brain == good PR: 11419 Submitted by: steve@freebsd.org in a followup to this pr --- x11/wdm/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index aaacb181c2e2..35d6c4ee5381 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -3,7 +3,7 @@ # Date created: August 31, 1998 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.20 1999/04/13 06:48:44 mharo Exp $ +# $Id: Makefile,v 1.21 1999/05/01 01:23:20 mharo Exp $ DISTNAME= wdm-1.0 CATEGORIES= x11 windowmaker @@ -14,14 +14,13 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DAEMONPIC} MAINTAINER= ports@FreeBSD.ORG -BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 \ + wraster.2:${PORTSDIR}/x11-wm/windowmaker \ PropList.1:${PORTSDIR}/devel/libPropList -RUN_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= wdm