svn commit: r407644 - head/editors/heme

John Marino marino at FreeBSD.org
Sun Jan 31 14:40:57 UTC 2016


Author: marino
Date: Sun Jan 31 14:40:55 2016
New Revision: 407644
URL: https://svnweb.freebsd.org/changeset/ports/407644

Log:
  editors/heme: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
  
  approved by:	infrastructure blanket

Modified:
  head/editors/heme/Makefile

Modified: head/editors/heme/Makefile
==============================================================================
--- head/editors/heme/Makefile	Sun Jan 31 14:35:35 2016	(r407643)
+++ head/editors/heme/Makefile	Sun Jan 31 14:40:55 2016	(r407644)
@@ -11,8 +11,10 @@ COMMENT=	Small and fast console hex edit
 
 LICENSE=	GPLv2
 
+USES=		ncurses
 ALL_TARGET=	${PORTNAME}
 MAKE_ARGS=	CFLAGS="${CFLAGS} -Wall -DHAVE_MMAP" \
+		LDFLAGS="${LDFLAGS} -lncurses" \
 		INSTALL_PREFIX="${STAGEDIR}${PREFIX}"
 
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz


More information about the svn-ports-head mailing list