diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 00:25:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 00:25:16 +0800 |
commit | c33c52fc62458db4fc32541eff67f24c0a354090 (patch) | |
tree | 58515f4bc020c1dd1f2417b8ca5c9edd278b6b6e /textproc/grap | |
parent | f6d1b5f44caa48576039a68c200b5c2952977503 (diff) | |
download | freebsd-ports-gnome-c33c52fc62458db4fc32541eff67f24c0a354090.tar.gz freebsd-ports-gnome-c33c52fc62458db4fc32541eff67f24c0a354090.tar.zst freebsd-ports-gnome-c33c52fc62458db4fc32541eff67f24c0a354090.zip |
- Remove now useless bmake/fmake check
- Convert USE_GMAKE to USES
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]* |