diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-09 18:20:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-09 18:20:17 +0000 |
commit | 2a1e03477cedc922eda1a913c0193c8ac312d10f (patch) | |
tree | bb94676d92594ba37f7309a76db7e4b1fb5491ea /graphics/ruby-gd | |
parent | Take over maintainership. Update to 2.0 was almost total rework and my (diff) |
Ensure that the freetype-config is available. This should workaround the
XFree86-4 + freetype2 problem. This is not a final solution and provided
only for forthcoming 4.3 release, after which it will be removed.
We are still waiting for jmz to fix things properly.
Notes
Notes:
svn path=/head/; revision=41144
Diffstat (limited to 'graphics/ruby-gd')
-rw-r--r-- | graphics/ruby-gd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 546b5fdba411..7b8484bcc250 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -17,6 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd USE_RUBY= yes |