summaryrefslogtreecommitdiff
path: root/lang/sdcc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-01 23:10:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-01 23:10:00 +0000
commit56b561cf3c0856a4946d8c24a85a2ff6f4de4e06 (patch)
tree3cb4e9998db187c420171ad8e673ec4c170b61bc /lang/sdcc
parent- Unbreak (diff)
Fix result of mismerge.
Spotted by: maintainer
Notes
Notes: svn path=/head/; revision=200565
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 cb805e85b50a..401e6c90ca78 100644
--- a/lang/sdcc/Makefile
+++ b/lang/sdcc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sdcc
PORTVERSION= 2.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sdcc
@@ -38,6 +38,7 @@ OPTIONS= MCS51 "Intel 8051 port" on \
CONFIGURE_ARGS+= --disable-51
PLIST_SUB+= MCS51DS390="@comment "
.else
+USE_AUTOTOOLS+= autoconf:261
PLIST_SUB+= MCS51DS390=""
.endif