1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

USES, and remove unnecessary +='s from OPTIONS helpers.

This commit is contained in:
Adam Weinberger 2014-06-19 23:59:37 +00:00
parent 540107d688
commit a846087921
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358478

View File

@ -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>