forked from Lainports/freebsd-ports
Bandaid fix for build failure that can block kde4. The port has a
hardwired --with-readline and readline doesn't exist on 11.x. Sponsored by: portmgr (implicit), db
This commit is contained in:
parent
a8f274a1c8
commit
e73be9fa3e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk\
|
|||
unzip:${PORTSDIR}/archivers/unzip
|
||||
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USES= gmake
|
||||
USES= gmake readline
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS= --with-readline\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue