Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 1999 18:00:56 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11419: Fix: x11/wdm
Message-ID:  <19990501010056.7B1411436@norn.ca.eu.org>

next in thread | raw e-mail | index | archive | help

>Number:         11419
>Category:       ports
>Synopsis:       Fix: x11/wdm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 30 18:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

wdm needed to depend on libraries installed with WindowMaker.

>How-To-Repeat:

>Fix:
	
Index: wdm/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/x11/wdm/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	1999/04/13 06:48:44	1.20
+++ Makefile	1999/05/01 00:45:50
@@ -14,12 +14,14 @@
 
 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 \
 		PropList.1:${PORTSDIR}/devel/libPropList
+RUN_DEPENDS=	${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
 
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 DIST_SUBDIR=	wdm

-Chris

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990501010056.7B1411436>