diff options
Diffstat (limited to 'lang/chicken/Makefile')
-rw-r--r-- | lang/chicken/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 684c3e08aff1..ff43ff6516a9 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -7,7 +7,7 @@ PORTNAME= chicken PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= http://www.call-with-current-continuation.org/ @@ -16,7 +16,7 @@ COMMENT= A Scheme-to-C compiler USE_GMAKE= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes MAN1= chicken-config.1 chicken-profile.1 chicken-setup.1 chicken.1 \ |