diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 16:25:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 16:25:16 +0000 |
commit | 212168ca712cf37c686c08778456950759e309e2 (patch) | |
tree | 58515f4bc020c1dd1f2417b8ca5c9edd278b6b6e /textproc/grap | |
parent | 327e9d3da07c06fe2b1e61052ddd3564458ddc6b (diff) |
Notes
Diffstat (limited to 'textproc/grap')
-rw-r--r-- | textproc/grap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile index 6e58b244844f..5074533c8d53 100644 --- a/textproc/grap/Makefile +++ b/textproc/grap/Makefile @@ -14,9 +14,7 @@ CONFIGURE_ARGS=--with-freebsd-ports OPTIONS_DEFINE= DOCS EXAMPLES -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif +USES= gmake CONFLICTS_INSTALL=heirloom-doctools-[0-9]* |