diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 20:57:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 20:57:31 +0000 |
commit | 70d4f987230fbf50b35110c8693cf37b3fb14a6d (patch) | |
tree | 60e435683ad10ff20f0dd90b6475755d17484cf5 /textproc/grap | |
parent | f84775f74991040b4832fedb5f61b9370875b986 (diff) | |
download | ports-70d4f987230fbf50b35110c8693cf37b3fb14a6d.tar.gz ports-70d4f987230fbf50b35110c8693cf37b3fb14a6d.zip |
Notes
Diffstat (limited to 'textproc/grap')
-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 |