svn commit: r521823 - head/deskutils/dfshow
Baptiste Daroussin
bapt at FreeBSD.org
Thu Jan 2 10:00:45 UTC 2020
Author: bapt
Date: Thu Jan 2 10:00:44 2020
New Revision: 521823
URL: https://svnweb.freebsd.org/changeset/ports/521823
Log:
Ensure the port respect NCURSES_IMPL so we can rework the way
ncurses is packaged in base
Modified:
head/deskutils/dfshow/Makefile
Modified: head/deskutils/dfshow/Makefile
==============================================================================
--- head/deskutils/dfshow/Makefile Thu Jan 2 09:57:49 2020 (r521822)
+++ head/deskutils/dfshow/Makefile Thu Jan 2 10:00:44 2020 (r521823)
@@ -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>
More information about the svn-ports-all
mailing list