aboutsummaryrefslogtreecommitdiff
path: root/devel/cc65/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-07 13:48:42 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-07 13:48:42 +0000
commit602cecaee6b9a0dc289c830a131787db7f9205ce (patch)
tree220ae407b23db2b05d2a3a083b8a94d8a29a6bb7 /devel/cc65/Makefile
parent7a049bf4825106e402f0eaf60c6aa3220bf7938b (diff)
downloadports-602cecaee6b9a0dc289c830a131787db7f9205ce.tar.gz
ports-602cecaee6b9a0dc289c830a131787db7f9205ce.zip
Notes
Diffstat (limited to 'devel/cc65/Makefile')
-rw-r--r--devel/cc65/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile
index 3d2856d65a60..95d8383cc3eb 100644
--- a/devel/cc65/Makefile
+++ b/devel/cc65/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= cc65
-PORTVERSION= 2.10.0a
-PORTREVISION= 1
+PORTVERSION= 2.10.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.musoftware.de/pub/uz/cc65/ \
http://www.funet.fi/pub/cbm/programming/cc65/ \
@@ -17,7 +16,7 @@ MASTER_SITES= ftp://ftp.musoftware.de/pub/uz/cc65/ \
# ftp://ftp.elysium.pl/tools/crossplatform/programming/c/cc65/ \
DISTNAME= ${PORTNAME}-sources-${PORTVERSION}
-MAINTAINER= watchman@ludd.luth.se
+MAINTAINER= watchman@ludd.ltu.se
COMMENT= Cross-compiler for 6502-based systems, includes 65816 assembler
USE_SUBMAKE= yes
@@ -30,9 +29,6 @@ CFLAGS+= -DCC65_INC=\\\"${PREFIX}/lib/cc65/include\\\" \
# Need ${WRKSRC} so that the (slightly ugly) != assignments work
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
-.endif
WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work
WRKSRC= ${WRKDIR}/cc65-${PORTVERSION}