diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 21:02:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 21:02:33 +0000 |
commit | 37497fcead0b59eb99c8ab45ed94d03690c29a54 (patch) | |
tree | 19200cb7735c05fa3ab32e33bcf44222afdd6bce /math | |
parent | 595dc8646aed3901ad57375bf93d859dd478536d (diff) | |
download | pkgsrc-37497fcead0b59eb99c8ab45ed94d03690c29a54.tar.gz |
USE_LANGUAGES= c++
Diffstat (limited to 'math')
-rw-r--r-- | math/graphopt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/graphopt/Makefile b/math/graphopt/Makefile index 65685fb6b3b..0a1111ca26d 100644 --- a/math/graphopt/Makefile +++ b/math/graphopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:12:56 tv Exp $ +# $NetBSD: Makefile,v 1.15 2004/11/22 21:03:44 wiz Exp $ # DISTNAME= graphopt-0.4.1 @@ -13,7 +13,7 @@ COMMENT= Optimize graph layouts USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 -USE_GCC_SHLIB= YES +USE_LANGUAGES= c++ GNU_CONFIGURE= YES post-install: |