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 | |
parent | 5eb719b80ed1645abb18d684fe73586befccdb82 (diff) | |
download | pkgsrc-070e74098ef96562c8270e49ed9c75bf6a259ac1.tar.gz |
Uses C++.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gri/Makefile | 3 | ||||
-rw-r--r-- | graphics/ivtools/Makefile | 4 |
2 files changed, 5 insertions, 2 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 diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index d6cf6fed8b3..77dcdf15ce8 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:09:34 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/15 21:55:32 joerg Exp $ DISTNAME= ivtools-1.2.2 PKGREVISION= 2 @@ -15,6 +15,8 @@ CONFLICTS+= dclock-[0-9]* DEPENDS+= pstoedit>=3.0:../../graphics/pstoedit DEPENDS+= wget>=1.0:../../net/wget +USE_LANGUAGES= c c++ + WRKSRC= ${WRKDIR}/ivtools-1.2 GNU_CONFIGURE= YES |