diff options
author | will <will@FreeBSD.org> | 2000-08-11 04:57:20 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-08-11 04:57:20 +0000 |
commit | d4531d06c6f601d19bfa5c493ccccc5d8b516820 (patch) | |
tree | 9d054e5a0b4230257857a354988d8ae096dbcfcb /devel/i386-rtems-objc | |
parent | a6c0c2937b5ba476ebcca850f9783b1f574f966a (diff) | |
download | FreeBSD-ports-d4531d06c6f601d19bfa5c493ccccc5d8b516820.zip FreeBSD-ports-d4531d06c6f601d19bfa5c493ccccc5d8b516820.tar.gz |
Add autoheader to build dependencies through USE_AUTOCONF.
PR: 20123, 20124, 20125, 20126
Submitted by: maintainer
Diffstat (limited to 'devel/i386-rtems-objc')
-rw-r--r-- | devel/i386-rtems-objc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/i386-rtems-objc/Makefile b/devel/i386-rtems-objc/Makefile index 4f59917..8373a96 100644 --- a/devel/i386-rtems-objc/Makefile +++ b/devel/i386-rtems-objc/Makefile @@ -32,7 +32,7 @@ RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc PKGNAMEPREFIX= ${LCLTARGET}- USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOCONF= yes ALL_TARGET= all info CONFIGURE_TARGET?= --target=${LCLTARGET} |