diff options
Diffstat (limited to 'lang/afnix/Makefile')
-rw-r--r-- | lang/afnix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 4cce1722b1a0..9de86f5ecec8 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -7,7 +7,7 @@ # PORTNAME= afnix -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= lang MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/ \ ftp://ftp.stack.nl/pub/users/johans/afnix/ @@ -19,7 +19,7 @@ MAINTAINER= johans@stack.nl COMMENT= A multi-threaded functional programming language USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= cnf/bin/afnix-setup CONFIGURE_ARGS= -o --prefix "${PREFIX}" --compiler freebsd |