aboutsummaryrefslogtreecommitdiff
path: root/devel/cunit
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-06-25 11:54:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-06-25 11:54:29 +0000
commitfccacf80c7d8bb83e047972073691941aefa6841 (patch)
tree84d0399356be764727b14f60e5edc2a78a0c8160 /devel/cunit
parent5f31d2e9d8a79acd8c6c2284f23cb032a86db4a7 (diff)
downloadports-fccacf80c7d8bb83e047972073691941aefa6841.tar.gz
ports-fccacf80c7d8bb83e047972073691941aefa6841.zip
Notes
Diffstat (limited to 'devel/cunit')
-rw-r--r--devel/cunit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile
index 780fed460c3e..944a5eb8221a 100644
--- a/devel/cunit/Makefile
+++ b/devel/cunit/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cunit
PORTVERSION= 2.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/CUnit/${PORTVERSION:R}-${PORTVERSION:E}
DISTNAME= CUnit-${PORTVERSION:R}-${PORTVERSION:E}
@@ -48,6 +48,8 @@ AUTOMATED_CONFIGURE_ENABLE= automated
BASIC_CONFIGURE_ENABLE= basic
CONSOLE_CONFIGURE_ENABLE= console
CURSES_CONFIGURE_ENABLE=curses
+CURSES_LDFLAGS= -lcurses
+CURSES_USES= ncurses
DEBUG_CONFIGURE_ENABLE=debug
EXAMPLES_CONFIGURE_ENABLE= examples
MEMTRACE_CONFIGURE_ENABLE= memtrace