diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-26 01:24:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-26 01:24:27 +0800 |
commit | 5086945bacb41561fefa9b7ae1c4d57f9f7e9c09 (patch) | |
tree | a9b560a2c0fa37f96e8f28794b6b958c10fb64ac /x11-toolkits | |
parent | e69abf072e2f55826e677f344ef306b1df241041 (diff) | |
download | freebsd-ports-gnome-5086945bacb41561fefa9b7ae1c4d57f9f7e9c09.tar.gz freebsd-ports-gnome-5086945bacb41561fefa9b7ae1c4d57f9f7e9c09.tar.zst freebsd-ports-gnome-5086945bacb41561fefa9b7ae1c4d57f9f7e9c09.zip |
- fix html docs by using texi2pdf
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 883b41f29c59..73f216a3288e 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -16,6 +16,7 @@ COMMENT= GNUstep GUI library .if !defined(NOPORTDOCS) BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html +BUILD_DEPENDS+= texi2pdf:${PORTSDIR}/print/texinfo .endif LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg |