From ca8c7a13c90818d9502c55a5ec82f76a8d7e5783 Mon Sep 17 00:00:00 2001 From: will Date: Fri, 11 Aug 2000 14:38:10 +0000 Subject: Use explicit autoheader dependency instead of USE_AUTOCONF because USE_AUTOCONF breaks the build. Submitted by: maintainer --- devel/i386-rtems-chill/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/i386-rtems-chill') diff --git a/devel/i386-rtems-chill/Makefile b/devel/i386-rtems-chill/Makefile index e9ea66f9dff7..20d870423348 100644 --- a/devel/i386-rtems-chill/Makefile +++ b/devel/i386-rtems-chill/Makefile @@ -18,6 +18,8 @@ PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/betas/rtems-4.5.0-beta/c_tools/sour MAINTAINER= jim@thehousleys.net +BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf + DIST_SUBDIR= rtems LCLTARGET?= i386-rtems @@ -32,7 +34,7 @@ RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc PKGNAMEPREFIX= ${LCLTARGET}- USE_GMAKE= yes -USE_AUTOCONF= yes +GNU_CONFIGURE= yes ALL_TARGET= all info CONFIGURE_TARGET?= --target=${LCLTARGET} -- cgit