diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-07 13:03:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-07 13:03:59 +0000 |
commit | 50897bf30f59107d4fbbb7a416b7fb3af0e741c1 (patch) | |
tree | 997fa1118f4ed3af06d3f680b20b569de070564d /lang | |
parent | 6421061f8fcc5796cd95fc68e79734b35243d179 (diff) | |
download | pkgsrc-50897bf30f59107d4fbbb7a416b7fb3af0e741c1.tar.gz |
Uses C++.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index 56aa24965ab..6a862900051 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/31 23:56:28 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/06/07 13:03:59 joerg Exp $ DISTNAME= pnet-0.6.6 PKGREVISION= 2 @@ -14,6 +14,7 @@ BUILD_DEPENDS+= treecc>=0.2.6:../../devel/treecc CONFLICTS= mono-[0-9]* USE_TOOLS+= gmake makeinfo +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes INFO_FILES= # PLIST |