Date: Sat, 4 May 2013 20:57:31 +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: r317346 - head/textproc/grap Message-ID: <201305042057.r44KvVia041364@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat May 4 20:57:31 2013 New Revision: 317346 URL: http://svnweb.freebsd.org/changeset/ports/317346 Log: Fix build with bmake Modified: head/textproc/grap/Makefile Modified: head/textproc/grap/Makefile ============================================================================== --- head/textproc/grap/Makefile Sat May 4 20:10:18 2013 (r317345) +++ head/textproc/grap/Makefile Sat May 4 20:57:31 2013 (r317346) @@ -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 & GNU_CONFIGURE= yes CONFIGURE_ARGS=--with-freebsd-ports +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + CONFLICTS_INSTALL=heirloom-doctools-[0-9]* MAN1= grap.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042057.r44KvVia041364>