diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-11 14:38:10 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-11 14:38:10 +0000 |
commit | da6a904c98bcceaa2023e344a6a63c7385701e07 (patch) | |
tree | 861f33b50d5d95b20fce43c778d540be69c321d9 /devel/i386-rtems-g77 | |
parent | 436761922162147149fcbb5a4577a5327a79a386 (diff) | |
download | ports-da6a904c98bcceaa2023e344a6a63c7385701e07.tar.gz ports-da6a904c98bcceaa2023e344a6a63c7385701e07.zip |
Use explicit autoheader dependency instead of USE_AUTOCONF because
USE_AUTOCONF breaks the build.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=31532
Diffstat (limited to 'devel/i386-rtems-g77')
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index 4934699f2b00..bf6fd6e3813a 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/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} |