svn commit: r408039 - head/sysutils/fortunelock
John Marino
marino at FreeBSD.org
Thu Feb 4 14:44:47 UTC 2016
Author: marino
Date: Thu Feb 4 14:44:46 2016
New Revision: 408039
URL: https://svnweb.freebsd.org/changeset/ports/408039
Log:
sysutils/fortunelock: USES+= ncurses and respect LDFLAGS
Modified:
head/sysutils/fortunelock/Makefile
Modified: head/sysutils/fortunelock/Makefile
==============================================================================
--- head/sysutils/fortunelock/Makefile Thu Feb 4 14:44:35 2016 (r408038)
+++ head/sysutils/fortunelock/Makefile Thu Feb 4 14:44:46 2016 (r408039)
@@ -9,7 +9,8 @@ MASTER_SITES= LOCAL/dannyboy
MAINTAINER= ports at FreeBSD.org
COMMENT= Locks a terminal while showing fortunes
-USES= tar:bzip2
+USES= ncurses tar:bzip2
+MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
PLIST_FILES= bin/fortunelock man/man1/${PORTNAME}.1.gz
More information about the svn-ports-all
mailing list