diff options
author | avilla <avilla@FreeBSD.org> | 2012-01-25 01:25:40 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-01-25 01:25:40 +0800 |
commit | 77692c6f70a9a9d5884561bacf4df47d43b8e860 (patch) | |
tree | 4d6b92866160626bad8e152f3a04e28af8910d65 /textproc | |
parent | 6aa36d75a7c9cbf3b0d94e1a56c8d6412877f06a (diff) | |
download | freebsd-ports-gnome-77692c6f70a9a9d5884561bacf4df47d43b8e860.tar.gz freebsd-ports-gnome-77692c6f70a9a9d5884561bacf4df47d43b8e860.tar.zst freebsd-ports-gnome-77692c6f70a9a9d5884561bacf4df47d43b8e860.zip |
- Do not USE_GMAKE.
PR: 156528
Submitted by: bapt
Approved by: fluffy (maintainer timeout)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/wv2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index 6cbf4e5a4cc5..dac6c88a2139 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -18,7 +18,6 @@ USE_GNOME= libgsf USE_ICONV= yes USE_BZIP2= yes USE_CMAKE= yes -USE_GMAKE= yes USE_LDCONFIG= yes .include <bsd.port.mk> |