aboutsummaryrefslogtreecommitdiff
path: root/graphics/crystalspace
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-05-03 16:18:03 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-05-03 16:18:03 +0000
commita80798d39f9cf0aa1fbdc5331d990e76e62052b4 (patch)
tree7bfcb4be4929ac079629fdc33a94d12693521ce1 /graphics/crystalspace
parent845d4ecfa73e041f3ec678799fe38fdd9addbf3f (diff)
downloadports-a80798d39f9cf0aa1fbdc5331d990e76e62052b4.tar.gz
ports-a80798d39f9cf0aa1fbdc5331d990e76e62052b4.zip
- Update cppunit to 1.12.0
- Update all related ports PR: 120489 Submitted by: leeym Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=212548
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r--graphics/crystalspace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile
index 39222b614e30..2930b61aa8ae 100644
--- a/graphics/crystalspace/Makefile
+++ b/graphics/crystalspace/Makefile
@@ -156,7 +156,7 @@ CONFIGURE_ARGS+= --without-caca
.endif
.if !defined(WITHOUT_CPPUNIT)
-LIB_DEPENDS+= cppunit-1.10:${PORTSDIR}/devel/cppunit
+BUILD_DEPENDS+= cppunit-config:${PORTSDIR}/devel/cppunit
.else
CONFIGURE_ARGS+= --without-cppunit
.endif