diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-08 19:37:32 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-08 19:37:32 +0000 |
commit | 618237ab90fa35f9c5cf8f1c6aeb69ad784cfe06 (patch) | |
tree | 916c769794cd7212d187fb2bd64288f3e5e9218e /databases/libodbc++ | |
parent | 92295a547c4f9b46c6f3e45f65983dceae0f54b3 (diff) |
Notes
Diffstat (limited to 'databases/libodbc++')
-rw-r--r-- | databases/libodbc++/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile index b4b41c86b0a7..4dc5c3ae7c7e 100644 --- a/databases/libodbc++/Makefile +++ b/databases/libodbc++/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen OPTIONS_DEFINE= DOCS -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= gmake libtool ncurses pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-isqlxx @@ -30,4 +30,7 @@ PORTDOCS= progref post-extract: ${RM} -f ${WRKSRC}/doc/progref/progref-stamp +post-patch: + @${REINPLACE_CMD} -e 's|-ltermcap|-lncurses|' ${WRKSRC}/configure + .include <bsd.port.mk> |