Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 18:22:26 +0100 (CET)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48179: fix p5-PyGreSQL package build
Message-ID:  <200302111722.h1BHMQOP059940@palle.girgensohn.se>

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

>Number:         48179
>Category:       ports
>Synopsis:       fix p5-PyGreSQL package build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 11 09:30:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn <girgen@pingpong.net>
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
PING PONG
>Environment:
System: FreeBSD palle.girgensohn.se 4.7-RC FreeBSD 4.7-RC #0: Sun Sep 29 17:21:22 CEST 2002     root@palle.girgensohn.se:/usr/local/obj/usr/src/sys/STORDATAN  i386


	
>Description:
Mistakenly commented out LIB_DEPENDS

Pointy hat to: girgen

>How-To-Repeat:
	
>Fix:

	


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/py-PyGreSQL/Makefile,v
retrieving revision 1.34
diff -u -r1.34 Makefile
--- Makefile	6 Feb 2003 00:33:18 -0000	1.34
+++ Makefile	11 Feb 2003 17:20:19 -0000
@@ -14,7 +14,7 @@
 
 BUILD_DEPENDS=	${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
 RUN_DEPENDS=	${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
-#LIB_DEPENDS=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
+LIB_DEPENDS=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
 
 POSTGRESQL_PORT?=	databases/postgresql7
 
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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