- Add notice about webfonts to pkg-descr
- Set as broken on FreeBSD 6.x and earlier [1] PR: ports/158842 [1]
This commit is contained in:
parent
c8f9a91ab6
commit
7d2674ac3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278004
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue