aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-07-20 21:08:41 +0800
committermm <mm@FreeBSD.org>2011-07-20 21:08:41 +0800
commit2752da59870e93417188eff3a25a43749fb18957 (patch)
treee90197674359a99a333bb37a8a0c8c77392b5740 /converters
parentd39aac3c255b1fb69086c3ee35b4754f9a26987b (diff)
downloadfreebsd-ports-gnome-2752da59870e93417188eff3a25a43749fb18957.tar.gz
freebsd-ports-gnome-2752da59870e93417188eff3a25a43749fb18957.tar.zst
freebsd-ports-gnome-2752da59870e93417188eff3a25a43749fb18957.zip
- Add notice about webfonts to pkg-descr
- Set as broken on FreeBSD 6.x and earlier [1] PR: ports/158842 [1]
Diffstat (limited to 'converters')
-rw-r--r--converters/wkhtmltopdf/Makefile4
-rw-r--r--converters/wkhtmltopdf/pkg-descr3
2 files changed, 7 insertions, 0 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile
index d04d935187c0..92672b8a8e51 100644
--- a/converters/wkhtmltopdf/Makefile
+++ b/converters/wkhtmltopdf/Makefile
@@ -57,6 +57,10 @@ MAKE_ARGS+= INSTALL_ROOT="${PREFIX}"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+BROKEN= Does not build below FreeBSD 7.x
+.endif
+
.if defined(WITH_BUNDLED_LIBS)
CONFIGURE_ARGS+= -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg
.else
diff --git a/converters/wkhtmltopdf/pkg-descr b/converters/wkhtmltopdf/pkg-descr
index 94c257282d25..7b26c3b8f482 100644
--- a/converters/wkhtmltopdf/pkg-descr
+++ b/converters/wkhtmltopdf/pkg-descr
@@ -12,4 +12,7 @@ Features of the static version:
* Batch mode conversions
* XServer is not required (however the X11 client libs must be installed)
+For proper functionality you may need to install the following port(s):
+x11-fonts/webfonts
+
WWW: http://code.google.com/p/wkhtmltopdf/