svn commit: r317383 - head/x11/xdialog

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 22:25:56 UTC 2013


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 at csie.nctu.edu.tw>
-#
+# Created by: Ying-Chieh Liao <ijliao at 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)


More information about the svn-ports-head mailing list