diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 21:51:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 21:51:14 +0800 |
commit | 30632e47b68f37214d56a29dd277da5bbe0a66ce (patch) | |
tree | 0e297abb6db924311cbca86f62f5b1c2ba67d9f1 /textproc | |
parent | 1b9686c955abc62158298a59e17fbb6182cfbc6c (diff) | |
download | freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.tar.gz freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.tar.zst freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/muse/Makefile | 2 | ||||
-rw-r--r-- | textproc/rubber/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/muse/Makefile b/textproc/muse/Makefile index 9ee461ea09fa..817ac7ab6418 100644 --- a/textproc/muse/Makefile +++ b/textproc/muse/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An authoring and publishing environment for Emacs USE_EMACS= yes -USES= gmake +USES= gmake makeinfo INFO= muse diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile index 523bcc6229c8..7441b2b368d8 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 USE_PYTHON= 2 USE_TEX= latex -USES= gmake +USES= gmake makeinfo HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} \ --datadir=${PYTHON_SITELIBDIR} --python=${PYTHON_CMD} |