Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2002 14:34:06 -0500 (CDT)
From:      Glenn Johnson <gjohnson@srrc.ars.usda.gov>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41857: Fix dependency in biology/pymol Makefile so interface is built.
Message-ID:  <200208211934.g7LJY6af071838@node1.cluster.srrc.usda.gov>

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

>Number:         41857
>Category:       ports
>Synopsis:       Fix dependency in biology/pymol Makefile so interface is built.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 21 12:40:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Glenn Johnson
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD node1.cluster.srrc.usda.gov 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Aug 19 12:01:41 CDT 2002 root@node1.cluster.srrc.usda.gov:/usr/obj/usr/src/sys/CLUSTER-FW i386


	
>Description:
        The biology/pymol port should be built with the pmw user
        interface. Make pmw a dependency so that the interface can be
        built and used for pymol.
>How-To-Repeat:
	
>Fix:

	

--- Makefile.patch begins here ---
--- Makefile.orig	Wed Aug 21 14:06:52 2002
+++ Makefile	Wed Aug 21 14:09:31 2002
@@ -16,7 +16,7 @@
 
 BUILD_DEPENDS=	${PYNUMERIC}
 RUN_DEPENDS=	${PYNUMERIC} \
-		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+		${PYTHON_SITELIBDIR}/PMW:${PORTSDIR}/x11-toolkits/pmw
 LIB_DEPENDS=	glut.3:${PORTSDIR}/graphics/Mesa3
 
 WRKSRC=         ${WRKDIR}/${PKGNAME}
--- Makefile.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?200208211934.g7LJY6af071838>