diff options
author | krion <krion@FreeBSD.org> | 2004-07-01 16:08:45 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-01 16:08:45 +0800 |
commit | cdcd74a2f94ae703c8e5d175ed80b053524a20b3 (patch) | |
tree | 0989840e3d56a35220d9cfb2dbde40793526cc58 /graphics/gfont | |
parent | e64138bf39d2520d55c1aed12bab94193660c841 (diff) | |
download | freebsd-ports-gnome-cdcd74a2f94ae703c8e5d175ed80b053524a20b3.tar.gz freebsd-ports-gnome-cdcd74a2f94ae703c8e5d175ed80b053524a20b3.tar.zst freebsd-ports-gnome-cdcd74a2f94ae703c8e5d175ed80b053524a20b3.zip |
Fix dependencies.
Reported by: pointyhat via kris
Diffstat (limited to 'graphics/gfont')
-rw-r--r-- | graphics/gfont/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gfont/Makefile b/graphics/gfont/Makefile index d7853aeae400..024ce272fa21 100644 --- a/graphics/gfont/Makefile +++ b/graphics/gfont/Makefile @@ -7,6 +7,7 @@ PORTNAME= gfont PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= graphics print www MASTER_SITES= http://www.engelschall.com/sw/gfont/distrib/ \ ftp://ftp.engelschall.com/sw/gfont/ @@ -17,6 +18,7 @@ COMMENT= Graphics Font - Create GIF image rendered with TeX-available Font BUILD_DEPENDS= gsftopk:${PORTSDIR}/print/teTeX RUN_DEPENDS= gsftopk:${PORTSDIR}/print/teTeX +USE_GHOSTSCRIPT_BUILD= yes USE_PERL5= yes GNU_CONFIGURE= yes |