aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/xdialog/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile
index b1cb91e92a94..1b530f8f252b 100644
--- a/x11/xdialog/Makefile
+++ b/x11/xdialog/Makefile
@@ -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)