diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 21:55:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 21:55:28 +0000 |
commit | 070e74098ef96562c8270e49ed9c75bf6a259ac1 (patch) | |
tree | 03e4cfe6f4fcef149339a42c2ef23d52c6d6796c /graphics/gri | |
parent | 5eb719b80ed1645abb18d684fe73586befccdb82 (diff) | |
download | pkgsrc-070e74098ef96562c8270e49ed9c75bf6a259ac1.tar.gz |
Uses C++.
Diffstat (limited to 'graphics/gri')
-rw-r--r-- | graphics/gri/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile index 34dd394c6a9..2a41a5a4dac 100644 --- a/graphics/gri/Makefile +++ b/graphics/gri/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/04/04 18:07:16 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2006/05/15 21:55:28 joerg Exp $ DISTNAME= gri-2.12.5 PKGREVISION= 3 @@ -13,6 +13,7 @@ COMMENT= Language for scientific graphics applications BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_TOOLS+= gmake gs:run makeinfo perl REPLACE_PERL+= gri_merge gri_unpage INFO_FILES= # PLIST |