diff options
author | tijl <tijl@FreeBSD.org> | 2016-07-08 19:24:18 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-07-08 19:24:18 +0800 |
commit | 29b7511a9f5e6353b2b1fe547be0bae72e17b03e (patch) | |
tree | e30f1ac4e357e8c376c8b838988c5bfd27797a31 /misc | |
parent | 400dbe87eb3cacb23d81e818e2f5d2afdc5d0064 (diff) | |
download | freebsd-ports-graphics-29b7511a9f5e6353b2b1fe547be0bae72e17b03e.tar.gz freebsd-ports-graphics-29b7511a9f5e6353b2b1fe547be0bae72e17b03e.tar.zst freebsd-ports-graphics-29b7511a9f5e6353b2b1fe547be0bae72e17b03e.zip |
Remove a patch from devel/gmake so the port no longer depends on
print/texinfo which requires gmake. To break this circular dependency
gmake-lite was introduced. This can be removed now as well.
PR: 210623
Reviewed by: bapt
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/help2man/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index d544f37d557..9804c266cab 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -17,8 +17,7 @@ OPTIONS_DEFINE= NLS LIBS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -# keep gmake:lite has a dependency to avoid circular dependency -USES= gmake:lite perl5 +USES= gmake perl5 INFO= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ |