diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-16 13:02:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-16 13:02:06 +0000 |
commit | d5915180586bf4eaf4415b8540020f0981aea6f1 (patch) | |
tree | 5891f9ef6e9dfb3a950a35619f60f53b3c25e15c /lang/afnix/Makefile | |
parent | 83c6e45a5e23f9b20aa19d1f208884e365e09802 (diff) |
Notes
Diffstat (limited to 'lang/afnix/Makefile')
-rw-r--r-- | lang/afnix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index a9b432ce06b4..4cce1722b1a0 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -7,7 +7,7 @@ # PORTNAME= afnix -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.1 CATEGORIES= lang MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/ \ ftp://ftp.stack.nl/pub/users/johans/afnix/ @@ -18,7 +18,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= johans@stack.nl COMMENT= A multi-threaded functional programming language -USE_REINPLACE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes HAS_CONFIGURE= yes |