Date: Tue, 2 Feb 2016 23:35:31 +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: r407912 - head/misc/dvorak7min Message-ID: <201602022335.u12NZVJW008793@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Feb 2 23:35:31 2016 New Revision: 407912 URL: https://svnweb.freebsd.org/changeset/ports/407912 Log: misc/dvorak7min: document ncurses requirement (USES+=ncurses) Also link with libncurses instead of libcurses Modified: head/misc/dvorak7min/Makefile Modified: head/misc/dvorak7min/Makefile ============================================================================== --- head/misc/dvorak7min/Makefile Tue Feb 2 23:34:54 2016 (r407911) +++ head/misc/dvorak7min/Makefile Tue Feb 2 23:35:31 2016 (r407912) @@ -14,7 +14,9 @@ COMMENT= Ncurses-based Dvorak typing tut LICENSE= GPLv2+ +USES= ncurses WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +MAKE_ARGS= LIBS="${LDFLAGS} -lncurses" post-patch: @${REINPLACE_CMD} -e \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602022335.u12NZVJW008793>