diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:01:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:01:35 +0000 |
commit | 0242a53187eace3168caf8d37da0d785b294515b (patch) | |
tree | 51c86af206180a611e873a16bc42b382a126a199 /lang/scm | |
parent | b921f9a7eb896caa14bbceffc4a462ab5f0ec63d (diff) | |
download | ports-0242a53187eace3168caf8d37da0d785b294515b.tar.gz ports-0242a53187eace3168caf8d37da0d785b294515b.zip |
Notes
Diffstat (limited to 'lang/scm')
-rw-r--r-- | lang/scm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/scm/Makefile b/lang/scm/Makefile index bce07592ebc4..497c773ccc28 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -18,10 +18,8 @@ OPTIONS_DEFINE= X11 WRKSRC= ${WRKDIR}/${PORTNAME} -USE_ZIP= yes -USES= readline +USES= gmake readline zip USE_GCC= any -USE_GMAKE= yes MAKE_JOBS_UNSAFE= yes SUB_FILES= require.scm |