Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2002 19:11:38 -0700 (PDT)
From:      Adam Weinberger <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41100: patch: fix dependencies for net/xisp
Message-ID:  <200207290211.g6T2BcHT071422@vectors.cx>

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

>Number:         41100
>Category:       ports
>Synopsis:       patch: fix dependencies for net/xisp
>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:   Sun Jul 28 19:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Adam Weinberger
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	net/xisp is handling the xforms dependency incorrectly
	
>How-To-Repeat:
	
>Fix:

	

	this patches net/xisp/Makefile

--- xisp.patch begins here ---
--- Makefile.orig	Sun Jul 28 19:01:07 2002
+++ Makefile	Sun Jul 28 19:02:13 2002
@@ -14,7 +14,7 @@
 
 MAINTAINER=	morishim@cig.mot.com
 
-LIB_DEPENDS=	xforms:${PORTSDIR}/x11-toolkits/xforms
+LIB_DEPENDS=	forms.1:${PORTSDIR}/x11-toolkits/xforms
 
 USE_XPM=	yes
 WRKSRC=		${WRKDIR}/xisp-2.6
--- xisp.patch ends here ---


>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?200207290211.g6T2BcHT071422>