diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 21:40:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 21:40:00 +0000 |
commit | 72d1f17d893cab006b23af94b345d7fe01f24890 (patch) | |
tree | 779c16e0cce255139b9faf255ec4e8361fb5fafd /graphics/impress | |
parent | b8cb56e04eedf4a15458c8f7ab7cd14c586afcf8 (diff) | |
download | pkgsrc-72d1f17d893cab006b23af94b345d7fe01f24890.tar.gz |
Uses C++.
Diffstat (limited to 'graphics/impress')
-rw-r--r-- | graphics/impress/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/impress/Makefile b/graphics/impress/Makefile index 9235eff2170..5d50961113d 100644 --- a/graphics/impress/Makefile +++ b/graphics/impress/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:09:33 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/15 21:44:22 joerg Exp $ # DISTNAME= imp1.1b9 @@ -17,6 +17,8 @@ DEPENDS+= tk>=8.3.2nb1:../../x11/tk WRKSRC= ${WRKDIR}/impress-1.1b9 +USE_LANGUAGES= c++ + do-build: cd ${WRKSRC} && make make_impress make_font3d |