diff options
author | wiz <wiz> | 2006-11-19 09:36:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-11-19 09:36:15 +0000 |
commit | 7a03ef6a9f34838d8fcf698aa2a968c29cbbe95f (patch) | |
tree | 245ff9ba904cd3216e59f292ca2436621e46ae79 /net/vde | |
parent | edebbd325b5f5137da159ed4bc8d2c23dce3192d (diff) | |
download | pkgsrc-7a03ef6a9f34838d8fcf698aa2a968c29cbbe95f.tar.gz |
Needs a c++ compiler, and runs configure, so set USE_LANGUAGES to
both c and c++.
Diffstat (limited to 'net/vde')
-rw-r--r-- | net/vde/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vde/Makefile b/net/vde/Makefile index 6e0e1dda58b..d1e66fdf1ab 100644 --- a/net/vde/Makefile +++ b/net/vde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:25 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/11/19 09:36:15 wiz Exp $ # DISTNAME= vde-1.5.9 @@ -10,6 +10,7 @@ HOMEPAGE= http://vde.sourceforge.net/ COMMENT= Virtual Distributed Ethernet tools USE_LIBTOOL= yes +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes ONLY_FOR_PLATFORM+= Linux-*-* |