diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-06 14:33:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-06 14:33:44 +0000 |
commit | 8d8e6618cc7b5381b7fb6b38ab4be57eb31c76db (patch) | |
tree | 298bc3f8af5d453d13dd55fc4775817d5b3801e6 /cad/gnucap | |
parent | 586ee78fb4b30e99ee11408a4156588e4c8703ea (diff) | |
download | pkgsrc-8d8e6618cc7b5381b7fb6b38ab4be57eb31c76db.tar.gz |
Uses C++.
Diffstat (limited to 'cad/gnucap')
-rw-r--r-- | cad/gnucap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile index 55d0cd76710..e11f1f35f4a 100644 --- a/cad/gnucap/Makefile +++ b/cad/gnucap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:21 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/06/06 14:33:44 joerg Exp $ # DISTNAME= gnucap-0.34 @@ -14,6 +14,7 @@ COMMENT= General purpose circuit simulator PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_LANGUAGES= c++ USE_TOOLS+= gmake USE_GNU_READLINE= YES INSTALLATION_DIRS= bin |