From owner-freebsd-ports Fri Apr 30 18:30: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11A7614C2F for ; Fri, 30 Apr 1999 18:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98387; Fri, 30 Apr 1999 18:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 30 Apr 1999 18:30:03 -0700 (PDT) Message-Id: <199905010130.SAA98387@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/11419: Fix: x11/wdm Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11419; it has been noted by GNATS. From: Steve Price 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