diff options
-rw-r--r-- | textproc/grap/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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 |