diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/es/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile index dcc881c691d0..6a4004d5b905 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: es -# Date created: Sun Aug 13 12:36:14 CDT 1995 -# Whom: erich@rrnet.com -# +# Created by: erich@rrnet.com # $FreeBSD$ -# PORTNAME= es PORTVERSION= 0.9.b1 @@ -16,6 +12,7 @@ MAINTAINER= ljrittle@acm.org COMMENT= An extensible shell, derived from plan9's rc GNU_CONFIGURE= yes +CONFIGURE_ENV= es_cv_abused_getenv=no CONFIGURE_ARGS= --with-readline CFLAGS:= ${CFLAGS:N-O*} |