diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-15 16:52:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-15 16:52:01 +0000 |
commit | 1c4b6ef892274286046fef71cd78b8bfdbb618f0 (patch) | |
tree | 33efc0697d21b0855fa809037315e0b4751160f0 /lang | |
parent | Upgrade to 2.0.6. (diff) |
Fix after sweep.
Submitted by: maintainer
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sdcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile index cd23fede6f40..e3ca05e41a37 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -70,7 +70,7 @@ CONFIGURE_ARGS+= --disable-pic16-port PLIST_SUB+= PIC16="@comment " .else BUILD_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils -USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_AUTOTOOLS= autoconf:259 PLIST_SUB+= PIC16="" .endif @@ -89,6 +89,7 @@ PLIST_SUB+= HC08="" CONFIGURE_ARGS+= --disable-ucsim PLIST_SUB+= UCSIM="@comment " .else +USE_AUTOTOOLS+= libtool:15 LIBTOOLFILES= sim/ucsim/aclocal.m4 PLIST_SUB+= UCSIM="" .endif |