Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 11:54:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359226 - head/devel/cunit
Message-ID:  <201406251154.s5PBsTWs077171@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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