diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-03 10:24:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-03 10:24:56 +0000 |
commit | ea33fe5ff375ae8e1a7bc407dbfce7edeb3fb6b9 (patch) | |
tree | e29f6130221548a32411f5eb190a7d9c7a2c313a /graphics/ruby-tgif | |
parent | 943a7af4e5bfd5d678356c2b8dcb58951359fa1e (diff) | |
download | ports-ea33fe5ff375ae8e1a7bc407dbfce7edeb3fb6b9.tar.gz ports-ea33fe5ff375ae8e1a7bc407dbfce7edeb3fb6b9.zip |
Notes
Diffstat (limited to 'graphics/ruby-tgif')
-rw-r--r-- | graphics/ruby-tgif/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/ruby-tgif/Makefile b/graphics/ruby-tgif/Makefile index 410d538ebfd7..1115773bed66 100644 --- a/graphics/ruby-tgif/Makefile +++ b/graphics/ruby-tgif/Makefile @@ -17,7 +17,11 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby extension library to draw Tgif graphics -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${TGIF_PORT}:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${TGIF_PORT}:build \ + imake:${X_IMAKE_PORT} + +# NB not USE_IMAKE; this is required for the tgif build but this +# port doesn't use it directly. USE_GETTEXT= yes USE_RUBY= yes |