svn commit: r359226 - head/devel/cunit
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jun 25 11:54:30 UTC 2014
Author: sunpoet
Date: Wed Jun 25 11:54:29 2014
New Revision: 359226
URL: http://svnweb.freebsd.org/changeset/ports/359226
QAT: https://qat.redports.org/buildarchive/r359226/
Log:
- Add missing LDFLAGS and USES for CURSES option
- Bump PORTREVISION
Submitted by: rpaulo
Phabric: D283
Modified:
head/devel/cunit/Makefile
Modified: head/devel/cunit/Makefile
==============================================================================
--- head/devel/cunit/Makefile Wed Jun 25 11:54:11 2014 (r359225)
+++ head/devel/cunit/Makefile Wed Jun 25 11:54:29 2014 (r359226)
@@ -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
More information about the svn-ports-all
mailing list