diff options
author | Johan van Selst <johans@FreeBSD.org> | 2006-06-22 14:03:19 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2006-06-22 14:03:19 +0000 |
commit | 57a50405e1198fd01775a59074abeae8a330815b (patch) | |
tree | cf8f43d3a2c9ee2910939e31edd7d859c99a4e74 /lang/afnix/Makefile | |
parent | f5b4248a61f0caf8bd7e6adf3788094c822120a7 (diff) | |
download | freebsd-ports-57a50405e1198fd01775a59074abeae8a330815b.zip |
- Update to version 1.2.2
- Replace INSTALLS_SHLIB by USE_LDCONFIG
Approved by: flz (mentor)
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 |