diff options
author | will <will@FreeBSD.org> | 2000-08-11 22:38:10 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-08-11 22:38:10 +0800 |
commit | ca8c7a13c90818d9502c55a5ec82f76a8d7e5783 (patch) | |
tree | a95a7861cd45e4c1c97d25f48563f3874bef51a9 /devel/i386-rtems-g77 | |
parent | c2dd8e120835f7b92a305bd8bb40b5c217ded5a9 (diff) | |
download | freebsd-ports-gnome-ca8c7a13c90818d9502c55a5ec82f76a8d7e5783.tar.gz freebsd-ports-gnome-ca8c7a13c90818d9502c55a5ec82f76a8d7e5783.tar.zst freebsd-ports-gnome-ca8c7a13c90818d9502c55a5ec82f76a8d7e5783.zip |
Use explicit autoheader dependency instead of USE_AUTOCONF because
USE_AUTOCONF breaks the build.
Submitted by: maintainer
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} |