From bb496f727916fb0bef0129e8209062a657b4297e Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 4 May 2013 20:57:31 +0000 Subject: Fix build with bmake --- textproc/grap/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'textproc/grap/Makefile') diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile index 3845af041c8a..9dc426393aca 100644 --- a/textproc/grap/Makefile +++ b/textproc/grap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: grap -# Date created: 4 February 2000 -# Whom: faber@lunabase.org -# +# Created by: faber@lunabase.org # $FreeBSD$ -# PORTNAME= grap PORTVERSION= 1.44 @@ -16,6 +12,10 @@ COMMENT= An implementation of Kernigan & Bentley's grap language GNU_CONFIGURE= yes CONFIGURE_ARGS=--with-freebsd-ports +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + CONFLICTS_INSTALL=heirloom-doctools-[0-9]* MAN1= grap.1 -- cgit