diff options
Diffstat (limited to 'graphics/pdiff')
-rw-r--r-- | graphics/pdiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pdiff/Makefile b/graphics/pdiff/Makefile index 900d259653b..857e82a10d9 100644 --- a/graphics/pdiff/Makefile +++ b/graphics/pdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/08/06 10:41:00 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/22 19:30:04 wiz Exp $ # DISTNAME= pdiff0.9b-src @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews EXTRACT_OPTS+= -d pdiff WRKSRC= ${WRKDIR}/pdiff -USE_LANGUAGES+= c c++ +USE_LANGUAGES= c c++ BUILD_DEPENDS+= cmake>=2:../../devel/cmake |