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 /print/texinfo | |
parent | 400dbe87eb3cacb23d81e818e2f5d2afdc5d0064 (diff) | |
download | freebsd-ports-gnome-29b7511a9f5e6353b2b1fe547be0bae72e17b03e.tar.gz freebsd-ports-gnome-29b7511a9f5e6353b2b1fe547be0bae72e17b03e.tar.zst freebsd-ports-gnome-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 'print/texinfo')
-rw-r--r-- | print/texinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 0a4cb3d4276e..da5a995fd560 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -25,10 +25,10 @@ NLS_CONFIGURE_ENABLE= nls GNU_CONFIGURE= yes INSTALL_TARGET= install install-tex PKGDEINSTALL= ${PKGINSTALL} -USES+= charsetfix cpe gmake:lite ncurses perl5 tar:xz +USES+= charsetfix cpe gmake ncurses perl5 tar:xz MAKE_ARGS= TEXMF=${LOCALBASE}/${TEXMF} PERL=${LOCALBASE}/bin/perl -INFO= texinfo info-stnd info +INFO= texinfo info-stnd CPE_VENDOR= gnu CPE_VERSION= ${PORTVERSION:R} |