diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-01 03:59:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-01 03:59:31 +0000 |
commit | 79290b9f01de5d6798209b85d57e08f3cfc3262a (patch) | |
tree | c8b17dc9a93e39de93ebdcf348703dfb4674f37e /graphics | |
parent | 0912c84df37a4bd51adfe06a6397ce1feb9f13b5 (diff) | |
download | pkgsrc-79290b9f01de5d6798209b85d57e08f3cfc3262a.tar.gz |
USE_LANGUAGES=c++
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/grap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/grap/Makefile b/graphics/grap/Makefile index c9fb3dfd4db..050defffb0e 100644 --- a/graphics/grap/Makefile +++ b/graphics/grap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/01/01 03:57:25 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2005/01/01 03:59:31 minskim Exp $ DISTNAME= grap-1.30 PKGREVISION= 1 @@ -10,5 +10,6 @@ HOMEPAGE= http://www.lunabase.org/~faber/Vault/software/grap/ COMMENT= Language for typesetting graphs GNU_CONFIGURE= yes +USE_LANGUAGES= c++ .include "../../mk/bsd.pkg.mk" |