diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-04-28 09:26:04 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-04-28 09:26:04 +0000 |
commit | 66e8dd82f7f250f1a100769b545325b5ddbf2152 (patch) | |
tree | 38a1e7c0541cf7cf521189ee117c7863b04b2451 /x11-fonts/fntsample/Makefile | |
parent | 25196351fdfbf745cd12bfc850d5383fe8a4329e (diff) |
- Build-depend on gaw
Reported by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=212154
Diffstat (limited to 'x11-fonts/fntsample/Makefile')
-rw-r--r-- | x11-fonts/fntsample/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/fntsample/Makefile b/x11-fonts/fntsample/Makefile index 878c3abb0ede..8853c9481392 100644 --- a/x11-fonts/fntsample/Makefile +++ b/x11-fonts/fntsample/Makefile @@ -15,6 +15,7 @@ EXTRACT_ONLY= ${DISTFILES:M*gz} MAINTAINER= infofarmer@FreeBSD.org COMMENT= Show Unicode coverage of a font +BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= pdfoutline:${PORTSDIR}/textproc/pdfoutline |