From owner-freebsd-ports@FreeBSD.ORG Sun Nov 23 00:14:21 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D47E16A4D0; Sun, 23 Nov 2003 00:14:21 -0800 (PST) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD8A43FE5; Sun, 23 Nov 2003 00:14:19 -0800 (PST) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.10/8.12.10) with ESMTP id hAN8EISD042314; Sun, 23 Nov 2003 11:14:18 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Sun, 23 Nov 2003 11:14:18 +0300 (MSK) From: Dmitry Morozovsky To: jeh@freebsd.org Message-ID: <20031123111223.P12497@woozle.rinet.ru> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org Subject: lang/php4 postgresql dependency X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 08:14:21 -0000 Dear James, don't you think floating dependency would be better? Like Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/php4/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- Makefile 20 Nov 2003 11:07:33 -0000 1.38 +++ Makefile 23 Nov 2003 08:11:57 -0000 @@ -427,7 +427,8 @@ .endif .if defined(WITH_POSTGRESQL) -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7-client +POSTGRESQL_PORT?=databases/postgresql7-client +LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} .endif Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------