diff options
-rw-r--r-- | lang/chicken/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 903785e..45c91fe 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= http://code.call-cc.org/releases/4.9.0/ MAINTAINER= vmagerya@gmail.com COMMENT= Scheme-to-C compiler -USES= gmake +USES= cpe gmake +CPE_VENDOR= call-cc MAKEFILE= GNUmakefile USE_LDCONFIG= yes MAKE_ARGS+= PLATFORM=bsd PREFIX=${PREFIX} \ |