diff options
Diffstat (limited to 'devel/i386-rtems-chill/Makefile')
-rw-r--r-- | devel/i386-rtems-chill/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |