Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 22:25: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: r317383 - head/x11/xdialog
Message-ID:  <201305042225.r44MPu79075079@svn.freebsd.org>

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

Log:
  Fix build with bmake

Modified:
  head/x11/xdialog/Makefile

Modified: head/x11/xdialog/Makefile
==============================================================================
--- head/x11/xdialog/Makefile	Sat May  4 22:24:31 2013	(r317382)
+++ head/x11/xdialog/Makefile	Sat May  4 22:25:56 2013	(r317383)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	xdialog
-# Date created:			Jan 8, 2001
-# Whom:				Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
-#
+# Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	xdialog
 PORTVERSION=	2.3.1
@@ -25,6 +20,10 @@ MAN1=		Xdialog.1
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
 .include <bsd.port.options.mk>
 
 .if empty(PORT_OPTIONS:MNLS)



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