diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-17 14:57:40 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-17 14:57:40 +0000 |
commit | 792036fde929d5b209d94c70a61b3bc2ac37307a (patch) | |
tree | 8c305f7bcd261ea572c64b518079098eba05566d /devel/i386-rtems-g77 | |
parent | 4dca45b9720d59e3ff6d8c2ce6f76ffc571cd007 (diff) | |
download | ports-792036fde929d5b209d94c70a61b3bc2ac37307a.tar.gz ports-792036fde929d5b209d94c70a61b3bc2ac37307a.zip |
Notes
Diffstat (limited to 'devel/i386-rtems-g77')
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index 012b3d7bd1b9..be6f443749ff 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/Makefile @@ -33,6 +33,9 @@ PLIST_SUB+= "GCCVERSION=${GCCVERSION}" NEWLIBNAME= newlib-1.11.0 PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} +# autoheader is used by the port but autoconf is not, setting USE_AUTOCONF +# will break the port. Since USE_AUTOHEADER sets USE_AUTOCONF, this is +# likely to break the port also. BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc |