Date: Fri, 5 Feb 2016 18:34:16 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408252 - head/editors/hexpert Message-ID: <201602051834.u15IYGhJ014323@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Feb 5 18:34:16 2016 New Revision: 408252 URL: https://svnweb.freebsd.org/changeset/ports/408252 Log: x11/xterm: document ncurses requirement (USES+=ncurses) Also link with libncurses, not libcurses approved by: infrastructure blanket Modified: head/editors/hexpert/Makefile Modified: head/editors/hexpert/Makefile ============================================================================== --- head/editors/hexpert/Makefile Fri Feb 5 18:20:31 2016 (r408251) +++ head/editors/hexpert/Makefile Fri Feb 5 18:34:16 2016 (r408252) @@ -9,8 +9,9 @@ MASTER_SITES= LOCAL/peter MAINTAINER= peter@FreeBSD.org COMMENT= Hexpert - a simple but flexible binary file editor -USES= uidfix +USES= ncurses uidfix MAKE_ENV= NO_MAN=yes NO_OBJ=yes +MAKE_ARGS= LDADD="-lncurses" PLIST_FILES= bin/hex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051834.u15IYGhJ014323>