svn commit: r317351 - head/comms/thebridge
Baptiste Daroussin
bapt at FreeBSD.org
Sat May 4 21:16:57 UTC 2013
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
More information about the svn-ports-head
mailing list