diff options
author | ade <ade@FreeBSD.org> | 2005-11-16 00:52:01 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-16 00:52:01 +0800 |
commit | 289a961ec2bbcdd6e36a6f3155a4c7a2988bb7f6 (patch) | |
tree | 3ad338b4da0f794a74962fbff1950b6c598f2d46 /lang | |
parent | 8b57c1ac151f116510716e7deafc90e76b80c6e6 (diff) | |
download | freebsd-ports-gnome-289a961ec2bbcdd6e36a6f3155a4c7a2988bb7f6.tar.gz freebsd-ports-gnome-289a961ec2bbcdd6e36a6f3155a4c7a2988bb7f6.tar.zst freebsd-ports-gnome-289a961ec2bbcdd6e36a6f3155a4c7a2988bb7f6.zip |
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 |