diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-01-02 10:00:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-01-02 10:00:44 +0000 |
commit | 1f3583dbb9dc86c8c506fea29b558b43642c276a (patch) | |
tree | fd9586c25e84bf3c98566bb87c54ad7ac7c7aa45 /deskutils | |
parent | 14f6c1e864f4a46244793a5d0e3a738737782b71 (diff) | |
download | ports-1f3583dbb9dc86c8c506fea29b558b43642c276a.tar.gz ports-1f3583dbb9dc86c8c506fea29b558b43642c276a.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/dfshow/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/dfshow/Makefile b/deskutils/dfshow/Makefile index 0d36c2b69d00..3fc329df7904 100644 --- a/deskutils/dfshow/Makefile +++ b/deskutils/dfshow/Makefile @@ -19,4 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= roberthawdon GNU_CONFIGURE= yes +post-patch: + @${REINPLACE_CMD} 's/-lncursesw/-l${NCURSES_IMPL}/g' ${WRKSRC}/Makefile.am + .include <bsd.port.mk> |