summaryrefslogtreecommitdiff
path: root/lang/sdcc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 04:47:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 04:47:36 +0000
commit48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch)
treeeedd43e6e7c3a96d77549de85690d46016e9cc7e /lang/sdcc
parent- mark BROKEN to API change (diff)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639 Submitted by: aDe
Notes
Notes: svn path=/head/; revision=200411
Diffstat (limited to 'lang/sdcc')
-rw-r--r--lang/sdcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile
index c365e346907e..cb805e85b50a 100644
--- a/lang/sdcc/Makefile
+++ b/lang/sdcc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sdcc
PORTVERSION= 2.6.0
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sdcc
@@ -37,7 +38,6 @@ OPTIONS= MCS51 "Intel 8051 port" on \
CONFIGURE_ARGS+= --disable-51
PLIST_SUB+= MCS51DS390="@comment "
.else
-USE_AUTOTOOLS+= autoconf:259
PLIST_SUB+= MCS51DS390=""
.endif