diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 06:25:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 06:25:56 +0800 |
commit | bbe0337272b5a25c830a72aa4d0bec8da0566651 (patch) | |
tree | 21de161cacf92cf1269cf108708eabd0e9d38baa /x11 | |
parent | 040fb6b6ad25a491d7a894ce8b9efe645d607733 (diff) | |
download | freebsd-ports-gnome-bbe0337272b5a25c830a72aa4d0bec8da0566651.tar.gz freebsd-ports-gnome-bbe0337272b5a25c830a72aa4d0bec8da0566651.tar.zst freebsd-ports-gnome-bbe0337272b5a25c830a72aa4d0bec8da0566651.zip |
Fix build with bmake
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdialog/Makefile | 11 |
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) |