Date: Thu, 17 Jul 2003 21:04:57 +0100 From: Andy Gilligan <andy@evo6.org> To: sumikawa@freebsd.org Cc: ports@freebsd.org Subject: net/zebra-pj missing autoheader Message-ID: <20030717200457.GC79675@vega.evo6.net>
next in thread | raw e-mail | index | archive | help
--pvezYHf7grwyp3Bc Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline The port net/zebra-pj needs 'autoheader' installed in order to build. This is part of devel/autoconf253, but this is missing from the BUILD_DEPENDS line of the Makefile. Also, the full path to 'automake' isn't necessary. A patch to correct this is attached. Best regards, -Andy --pvezYHf7grwyp3Bc Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: attachment; filename=patch-zebra-pj Index: Makefile =================================================================== RCS file: /data/cvs/freebsd/ports/net/zebra-pj/Makefile,v retrieving revision 1.73 diff -u -r1.73 Makefile --- Makefile 17 Jul 2003 11:36:31 -0000 1.73 +++ Makefile 17 Jul 2003 19:59:07 -0000 @@ -14,7 +14,8 @@ MAINTAINER= sumikawa@FreeBSD.org COMMENT= Patched Zebra -BUILD_DEPENDS= ${LOCALBASE}/bin/automake:${PORTSDIR}/devel/automake +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ + autoheader:${PORTSDIR}/devel/autoconf253 USE_SUBMAKE= yes GNU_CONFIGURE= yes --pvezYHf7grwyp3Bc--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030717200457.GC79675>