forked from Lainports/freebsd-ports
- Fix CONFIGURE_ARGS handling
PR: ports/64823 Submitted by: Serge Gagnon <gagnon_s@sympatico.ca>
This commit is contained in:
parent
c6e4d4b734
commit
575e4029db
1 changed files with 4 additions and 4 deletions
|
|
@ -14,6 +14,10 @@ MASTER_SITES= http://www.star.le.ac.uk/~tjg/rc/release/ \
|
|||
MAINTAINER= saken@hotel.rmta.org
|
||||
COMMENT= A unix incarnation of the plan9 shell
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-history
|
||||
MAN1= history.1 rc.1
|
||||
|
||||
.if defined(WITH_READLINE)
|
||||
CONFIGURE_ARGS+= --with-readline
|
||||
.endif
|
||||
|
|
@ -21,8 +25,4 @@ CONFIGURE_ARGS+= --with-readline
|
|||
MAKE_ARGS+= CFLAGS="$(CFLAGS) -static"
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-history
|
||||
MAN1= history.1 rc.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue