svn commit: r317346 - head/textproc/grap

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 20:57:32 UTC 2013


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 at lunabase.org
-#
+# Created by: faber at 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


More information about the svn-ports-all mailing list