svn commit: r420716 - head/sysutils/heirloom

John Marino marino at FreeBSD.org
Tue Aug 23 17:10:41 UTC 2016


Author: marino
Date: Tue Aug 23 17:10:39 2016
New Revision: 420716
URL: https://svnweb.freebsd.org/changeset/ports/420716

Log:
  sysutils/heirloom: Document and fix ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/sysutils/heirloom/Makefile

Modified: head/sysutils/heirloom/Makefile
==============================================================================
--- head/sysutils/heirloom/Makefile	Tue Aug 23 17:03:17 2016	(r420715)
+++ head/sysutils/heirloom/Makefile	Tue Aug 23 17:10:39 2016	(r420716)
@@ -3,7 +3,7 @@
 
 PORTNAME=	heirloom
 PORTVERSION=	070715
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
@@ -13,8 +13,9 @@ COMMENT=	Collection of standard Unix uti
 BUILD_DEPENDS=	ksh:shells/pdksh
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		gmake tar:bzip2
-MAKE_ARGS=	CC=${CC} CFLAGS="${CFLAGS}" ROOT="${STAGEDIR}"
+USES=		gmake ncurses tar:bzip2
+MAKE_ARGS=	CC=${CC} CFLAGS="${CFLAGS}" ROOT="${STAGEDIR}" \
+		LCURS="-L${LOCALBASE}/lib -lncurses"
 MAKEFILE=	makefile
 ALL_TARGET=	#
 DATADIR=	${PREFIX}/${PORTNAME}


More information about the svn-ports-all mailing list