- Fix build when devel/ncurses is installed
- Do not bump PORTREVISION PR: ports/185574
This commit is contained in:
parent
edc32f24e4
commit
054cdfe9bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339703
@ -16,8 +16,9 @@ LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf
|
||||
|
||||
USE_PERL5= run
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-utempter
|
||||
CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
|
||||
CONFIGURE_ARGS= --with-utempter --without-ncurses
|
||||
CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
|
||||
TINFO_CFLAGS="-I/usr/include"
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_OPENSSL= yes
|
||||
USES= pkgconfig perl5
|
||||
|
Loading…
Reference in New Issue
Block a user