diff options
author | abs <abs@pkgsrc.org> | 2006-05-16 21:15:23 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-05-16 21:15:23 +0000 |
commit | 4b6f858b7128abb99695d36b7b0e5e1a60084f55 (patch) | |
tree | 78e8f0e4696400ce3cefffcfda924db0b813e534 /graphics/dia | |
parent | 0ad6a280a05785cfe766f01f9254da74ec178ae5 (diff) | |
download | pkgsrc-4b6f858b7128abb99695d36b7b0e5e1a60084f55.tar.gz |
USE_LANGUAGES+=c++
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dia/Makefile.common b/graphics/dia/Makefile.common index 0ddac76741f..b3249f306aa 100644 --- a/graphics/dia/Makefile.common +++ b/graphics/dia/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2006/05/02 16:23:30 drochner Exp $ +# $NetBSD: Makefile.common,v 1.11 2006/05/16 21:15:23 abs Exp $ # DISTNAME= dia-0.95 @@ -17,6 +17,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES +USE_LANGUAGES+= c++ CONFIGURE_ARGS+= --without-python |