diff options
author | joerg <joerg> | 2006-05-26 09:20:02 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-26 09:20:02 +0000 |
commit | 349ef4ead6878290cf7be65a093393442fe090aa (patch) | |
tree | 5384af29d49cf81b70e1eb9505c9ad40f629461e /cad/vipec/Makefile | |
parent | 85254b09948de56019bd7ebca9d403bc49e04942 (diff) | |
download | pkgsrc-349ef4ead6878290cf7be65a093393442fe090aa.tar.gz |
Make a number of copy constructors public and use C++.
Diffstat (limited to 'cad/vipec/Makefile')
-rw-r--r-- | cad/vipec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile index e942742aee5..5b823aedeba 100644 --- a/cad/vipec/Makefile +++ b/cad/vipec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/04/17 13:46:18 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2006/05/26 09:20:02 joerg Exp $ # DISTNAME= ViPEC-3.2.0 @@ -10,6 +10,7 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://vipec.sourceforge.net/ COMMENT= Network analyser for electrical networks +USE_LANGUAGES= c++ USE_TOOLS+= gmake UNLIMIT_RESOURCES+= datasize |