Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 1999 18:30:03 -0700 (PDT)
From:      Steve Price <sprice@hiwaay.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/11419: Fix: x11/wdm
Message-ID:  <199905010130.SAA98387@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/11419; it has been noted by GNATS.

From: Steve Price <sprice@hiwaay.net>
To: cpiazza@home.net
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/11419: Fix: x11/wdm
Date: Fri, 30 Apr 1999 20:26:04 -0500 (CDT)

 On Fri, 30 Apr 1999 cpiazza@home.net wrote:
 
 # 
 # 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
 
 This I can see ...
 
 #  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
 
 ... but this?  Does it really RUN_DEPEND on a static library?
 How about just having a line like this:
 
 LIB_DEPENDS=	wraster.2:${PORTSDIR}/x11-wm/windowmaker
 
 #  EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 #  DIST_SUBDIR=	wdm
 # 
 # -Chris
 
 


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?199905010130.SAA98387>