1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix after sweep.

Submitted by:	maintainer
This commit is contained in:
Ade Lovett 2005-11-15 16:52:01 +00:00
parent f9f867c4cf
commit 1c4b6ef892
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148389

View File

@ -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