diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-06 10:41:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-06 10:41:00 +0000 |
commit | 4b7d29ba1914e93eead082d3bebe0a08e9be3921 (patch) | |
tree | 90e05208ac4f67290740dd67415ea05abcf7e443 /graphics/pdiff/Makefile | |
parent | b89a3597c20916594cd15a86d885a61b44ecc8f2 (diff) | |
download | pkgsrc-4b7d29ba1914e93eead082d3bebe0a08e9be3921.tar.gz |
Wants c compiler too.
Diffstat (limited to 'graphics/pdiff/Makefile')
-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 b9f2df3f7cf..900d259653b 100644 --- a/graphics/pdiff/Makefile +++ b/graphics/pdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/10 19:53:54 heinz Exp $ +# $NetBSD: Makefile,v 1.2 2006/08/06 10:41:00 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++ +USE_LANGUAGES+= c c++ BUILD_DEPENDS+= cmake>=2:../../devel/cmake |