svn commit: r521010 - head/security/kc24

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 16:36:24 UTC 2019


Author: bapt
Date: Fri Dec 27 16:36:23 2019
New Revision: 521010
URL: https://svnweb.freebsd.org/changeset/ports/521010

Log:
  Add missing USES=ncurses
  Ensure the package is built against the proper version of ncurses

Modified:
  head/security/kc24/Makefile

Modified: head/security/kc24/Makefile
==============================================================================
--- head/security/kc24/Makefile	Fri Dec 27 16:32:49 2019	(r521009)
+++ head/security/kc24/Makefile	Fri Dec 27 16:36:23 2019	(r521010)
@@ -33,7 +33,7 @@ LIBEDIT_MAKE_ENV+=	EDITLINE=y
 READLINE_USES=		readline
 READLINE_MAKE_ENV+=	READLINE=y
 
-USES+=			pkgconfig ssl uidfix
+USES+=			pkgconfig ncurses ssl uidfix
 USE_GITHUB=		yes
 GH_ACCOUNT=		levaidaniel
 
@@ -42,6 +42,6 @@ PLIST_FILES=		bin/kc man/man1/kc.1.gz
 MAKE_ENV+=		BUNDLED_BCRYPT=y
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|pkg-config|${LOCALBASE}/bin/pkgconf|' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|-lncursesw|-l${NCURSES_IMPL}|' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list