diff options
author | dhn <dhn@FreeBSD.org> | 2011-03-24 00:45:47 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-03-24 00:45:47 +0800 |
commit | bb833c0a85945f9f3bc2be1cc0ab111e31136325 (patch) | |
tree | 53286436cc19338f9c04db3b2fe3abbb45545008 /lang/mixal/Makefile | |
parent | 87366f6b0dc48247bc7d8a75685a7f89719968f4 (diff) | |
download | freebsd-ports-gnome-bb833c0a85945f9f3bc2be1cc0ab111e31136325.tar.gz freebsd-ports-gnome-bb833c0a85945f9f3bc2be1cc0ab111e31136325.tar.zst freebsd-ports-gnome-bb833c0a85945f9f3bc2be1cc0ab111e31136325.zip |
- Update to 1.11
PR: ports/155804
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'lang/mixal/Makefile')
-rw-r--r-- | lang/mixal/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/mixal/Makefile b/lang/mixal/Makefile index b52f8954f6ea..61b0ecade253 100644 --- a/lang/mixal/Makefile +++ b/lang/mixal/Makefile @@ -7,16 +7,13 @@ # PORTNAME= mixal -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= lang MASTER_SITES= http://www.catb.org/~esr/mixal/ MAINTAINER= ports@FreeBSD.org COMMENT= Assembler and interpreter for Donald Knuth's mythical MIX computer -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - USE_GMAKE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" ALL_TARGET= ${PORTNAME} |