diff options
Diffstat (limited to 'lang/gscheme')
-rw-r--r-- | lang/gscheme/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/gscheme/Makefile b/lang/gscheme/Makefile index 5e62081fa9c6..5c8ac55ba4ee 100644 --- a/lang/gscheme/Makefile +++ b/lang/gscheme/Makefile @@ -15,10 +15,8 @@ COMMENT= GNUstep-aware scheme interpreter LICENSE= GPLv2 # or later -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USES= gnustep +USE_GNUSTEP= back build post-extract: @${CHMOD} -R u+w ${WRKSRC} |