diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/gnugk/Makefile | 4 | ||||
-rw-r--r-- | net/kphone/Makefile | 4 | ||||
-rw-r--r-- | net/rtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/synergy/Makefile | 4 | ||||
-rw-r--r-- | net/synergy1.2/Makefile | 4 | ||||
-rw-r--r-- | net/tn5250/Makefile | 5 |
6 files changed, 12 insertions, 13 deletions
diff --git a/net/gnugk/Makefile b/net/gnugk/Makefile index 5cdfa7dc5ff..55930396f00 100644 --- a/net/gnugk/Makefile +++ b/net/gnugk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/08 19:50:22 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/22 04:46:17 rillig Exp $ DISTNAME= gnugk-2.2.0 PKGREVISION= 2 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnugk.org/ COMMENT= H.323 Gatekeeper -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/net/kphone/Makefile b/net/kphone/Makefile index 9b9b9fb625e..832398f0dc4 100644 --- a/net/kphone/Makefile +++ b/net/kphone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/05/22 16:39:00 drochner Exp $ +# $NetBSD: Makefile,v 1.22 2006/07/22 04:46:17 rillig Exp $ DISTNAME= kphone-4.2 PKGREVISION= 4 @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/kphone USE_X11BASE= yes GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake CONFIGURE_ENV+= QTDIR=${QTDIR:Q} diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 65479487a46..46e74abba01 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/07 13:03:01 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/07/22 04:46:17 rillig Exp $ DISTNAME= rtorrent-0.4.5 CATEGORIES= net @@ -8,7 +8,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://libtorrent.rakshasa.no/ COMMENT= Ncurses based torrent client with support for sessions -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_NCURSES= yes USE_TOOLS+= gmake pkg-config diff --git a/net/synergy/Makefile b/net/synergy/Makefile index a97ad7c97c9..47ef1b9923c 100644 --- a/net/synergy/Makefile +++ b/net/synergy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/06/01 23:31:59 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2006/07/22 04:46:17 rillig Exp $ # DISTNAME= synergy-1.3.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://synergy2.sourceforge.net/ COMMENT= Let an user share a mouse and keyboard among computers GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../mk/pthread.buildlink3.mk" .include "../../mk/x11.buildlink3.mk" diff --git a/net/synergy1.2/Makefile b/net/synergy1.2/Makefile index 21473c99f1b..908ee2569d7 100644 --- a/net/synergy1.2/Makefile +++ b/net/synergy1.2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2006/06/01 23:26:56 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:17 rillig Exp $ # DISTNAME= synergy-1.2.7 @@ -10,7 +10,7 @@ HOMEPAGE= http://synergy2.sourceforge.net/ COMMENT= Let an user share a mouse and keyboard among computers GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../mk/pthread.buildlink3.mk" .include "../../mk/x11.buildlink3.mk" diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index 952128758b1..a3d70c387a9 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/06/01 19:24:52 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/07/22 04:46:17 rillig Exp $ # DISTNAME= tn5250-0.12.51 @@ -11,8 +11,7 @@ HOMEPAGE= http://www.linux-sna.org/software/5250/ COMMENT= Implementation of the IBM 5250 telnet protocol GNU_CONFIGURE= YES - -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |