net/zebra-pj missing autoheader

Andy Gilligan andy at evo6.org
Thu Jul 17 13:05:01 PDT 2003


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

-------------- next part --------------
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 at 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


More information about the freebsd-ports mailing list