aboutsummaryrefslogtreecommitdiff
path: root/devel/cxxtest/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-06-12 12:24:29 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-06-12 12:24:29 +0000
commite2e87b2854c709f2e1c7779182fb13e2b91113c3 (patch)
tree6648929e3e48b95efcac567e4ed8260c94e22beb /devel/cxxtest/Makefile
parentcf3915e635ec37b29bda2887c0b9e1fa37f78350 (diff)
downloadports-e2e87b2854c709f2e1c7779182fb13e2b91113c3.tar.gz
ports-e2e87b2854c709f2e1c7779182fb13e2b91113c3.zip
Update to 3.10.1
PR: ports/98360 Submitted by: miwi Approved by: krion (mentor), maintainer
Notes
Notes: svn path=/head/; revision=165188
Diffstat (limited to 'devel/cxxtest/Makefile')
-rw-r--r--devel/cxxtest/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cxxtest/Makefile b/devel/cxxtest/Makefile
index 016c3c173fec..01bcbd52aa96 100644
--- a/devel/cxxtest/Makefile
+++ b/devel/cxxtest/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cxxtest
-PORTVERSION= 3.9.1
+PORTVERSION= 3.10.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,6 +17,7 @@ COMMENT= Simple and powerful JUnit/CppUnit/xUnit-like framework for C++
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
USE_PERL5_RUN= yes
+USE_GMAKE= yes
DOCS= README TODO docs/*.html docs/*.png
EXAMPLES= sample/*.cpp sample/*.h sample/*.tpl sample/Construct \