diff options
author | wiz <wiz> | 2004-11-22 21:02:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-22 21:02:33 +0000 |
commit | e55f3fae6f57822076bd931929e7cfe079515288 (patch) | |
tree | 19200cb7735c05fa3ab32e33bcf44222afdd6bce /math | |
parent | 6619ac7b43cddb79f9cc04f9f4566205571390e3 (diff) | |
download | pkgsrc-e55f3fae6f57822076bd931929e7cfe079515288.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: |