diff options
author | leeym <leeym@FreeBSD.org> | 2008-05-04 00:18:03 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-05-04 00:18:03 +0800 |
commit | 09796831ae2c023916fbe56a4d357f3a8b991893 (patch) | |
tree | 210e3c21ec74d313231b82e72d214ef04d847c58 /graphics/crystalentitylayer-devel | |
parent | e28e397b5e9a70157c35f95bd811ac97e9358916 (diff) | |
download | freebsd-ports-gnome-09796831ae2c023916fbe56a4d357f3a8b991893.tar.gz freebsd-ports-gnome-09796831ae2c023916fbe56a4d357f3a8b991893.tar.zst freebsd-ports-gnome-09796831ae2c023916fbe56a4d357f3a8b991893.zip |
- Update cppunit to 1.12.0
- Update all related ports
PR: 120489
Submitted by: leeym
Approved by: maintainer timeout
Diffstat (limited to 'graphics/crystalentitylayer-devel')
-rw-r--r-- | graphics/crystalentitylayer-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/crystalentitylayer-devel/Makefile b/graphics/crystalentitylayer-devel/Makefile index 12160488d38e..8f77df5b8e9c 100644 --- a/graphics/crystalentitylayer-devel/Makefile +++ b/graphics/crystalentitylayer-devel/Makefile @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --without-python .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 |