Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 22:21:04 +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: r408111 - head/games/tbclock
Message-ID:  <201602042221.u14ML416045317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Feb  4 22:21:04 2016
New Revision: 408111
URL: https://svnweb.freebsd.org/changeset/ports/408111

Log:
  games/tbclock: USES+= ncurses, respect LDFLAGS

Modified:
  head/games/tbclock/Makefile

Modified: head/games/tbclock/Makefile
==============================================================================
--- head/games/tbclock/Makefile	Thu Feb  4 22:18:38 2016	(r408110)
+++ head/games/tbclock/Makefile	Thu Feb  4 22:21:04 2016	(r408111)
@@ -9,7 +9,9 @@ MASTER_SITES=	http://tamentis.com/projec
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Binary clock in curses
 
+USES=		ncurses
 HAS_CONFIGURE=	yes
+MAKE_ARGS=	LIBFLAGS="${LDFLAGS} -lncurses"
 PLIST_FILES=	bin/${PORTNAME} man/man1/tbclock.1.gz
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602042221.u14ML416045317>