From owner-freebsd-perl@FreeBSD.ORG Sat Oct 29 07:42:48 2005 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DAB816A41F for ; Sat, 29 Oct 2005 07:42:48 +0000 (GMT) (envelope-from John.Marshall@riverwillow.com.au) Received: from mail.riverwillow.net.au (ns1.riverwillow.net.au [203.58.93.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D8943D46 for ; Sat, 29 Oct 2005 07:42:46 +0000 (GMT) (envelope-from John.Marshall@riverwillow.com.au) Received: from rwmail.mby.riverwillow.net.au (rwsrv06.rw2.riverwillow.net.au [172.25.25.16]) by mail.riverwillow.net.au (8.13.5/8.13.5) with ESMTP id j9T7giVj092844 for ; Sat, 29 Oct 2005 17:42:44 +1000 (AEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Date: Sat, 29 Oct 2005 17:42:44 +1000 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Message-ID: <9F7B653A50CF3D45A92C05401046239B059B25@rwsrv06.rw2.riverwillow.net.au> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: P5-Mail-SpamAssassin Makefile BUILD_DEPENDS thread-index: AcXcXFly5x9IlEOZTPWTx+5PCFA8Ow== From: "John Marshall" To: Cc: Subject: P5-Mail-SpamAssassin Makefile BUILD_DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 07:42:48 -0000 Dear Port Maintainer, In the following Makefile... $FreeBSD: ports/mail/p5-Mail-SpamAssassin/Makefile,v 1.83 ...the first of the dependencies BUILD_DEPENDS caused me grief (redirect unexpected): BUILD_DEPENDS=3D p5-Net-DNS>=3D0.53:${PORTSDIR}/dns/p5-Net-DNS I assumed that you meant... BUILD_DEPENDS=3D ${SITE_PERL}/${PERL_ARCH}/HTML/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS ...and was able to build on 5.4-RELEASE-p8. Regards, John Marshall.