From daf5561bc56cd7935ee8bb50dba7bd5b12306848 Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 19 Jun 2014 23:59:37 +0000 Subject: USES, and remove unnecessary +='s from OPTIONS helpers. --- shells/rc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'shells') diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 42c001850957..1c8454afe09b 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -10,14 +10,14 @@ MASTER_SITES= ftp://rc.quanstro.net/pub/ \ MAINTAINER= quanstro@quanstro.net COMMENT= Unix incarnation of the plan9 shell -USE_BZIP2= YES +USES= tar:bz2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-history OPTIONS_DEFINE= READLINE -READLINE_USES+= readline -READLINE_CONFIGURE_WITH+= --with-readline -READLINE_MAKE_ARGS_OFF+= CFLAGS="$(CFLAGS) -static" +READLINE_USES= readline +READLINE_CONFIGURE_WITH=--with-readline +READLINE_MAKE_ARGS_OFF= CFLAGS="$(CFLAGS) -static" .include -- cgit