summaryrefslogtreecommitdiff
path: root/lang/sdcc
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2005-11-15 16:52:01 +0000
committerAde Lovett <ade@FreeBSD.org>2005-11-15 16:52:01 +0000
commit1c4b6ef892274286046fef71cd78b8bfdbb618f0 (patch)
tree33efc0697d21b0855fa809037315e0b4751160f0 /lang/sdcc
parentUpgrade to 2.0.6. (diff)
Fix after sweep.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=148389
Diffstat (limited to 'lang/sdcc')
-rw-r--r--lang/sdcc/Makefile3
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