Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 21:16:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317351 - head/comms/thebridge
Message-ID:  <201305042116.r44LGumP048915@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat May  4 21:16:56 2013
New Revision: 317351
URL: http://svnweb.freebsd.org/changeset/ports/317351

Log:
  Fix build with bmake

Modified:
  head/comms/thebridge/Makefile

Modified: head/comms/thebridge/Makefile
==============================================================================
--- head/comms/thebridge/Makefile	Sat May  4 21:10:23 2013	(r317350)
+++ head/comms/thebridge/Makefile	Sat May  4 21:16:56 2013	(r317351)
@@ -1,6 +1,5 @@
 # Created by: db
 # $FreeBSD$
-#
 
 PORTNAME=	thebridge
 PORTVERSION=	1.09
@@ -14,6 +13,10 @@ COMMENT=	Amateur Radio Echolink conferen
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
 GNU_CONFIGURE=	yes
 PORTDOCS=	README
 USE_RC_SUBR=	tbd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042116.r44LGumP048915>