diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-19 23:59:37 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-19 23:59:37 +0000 |
commit | a846087921f527c6362ef28182d346ccd4b67c59 (patch) | |
tree | 9b9f038dbc010e5cb4f7809c7431300544f4622a /shells | |
parent | 540107d6884dd036e72424c57c8e6a8b8da25151 (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/rc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 <bsd.port.mk> |