diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-06-09 13:13:22 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-06-09 13:13:22 +0000 |
commit | e302a8fe577dc82b201e9745c8a3fa10e5f76761 (patch) | |
tree | fe202491bc1972ed10b4fd539c8aca6ea6c123fb /graphics | |
parent | ece53b5e7abf3ccbaa2a998f3fa326b91a69330f (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-tgif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-tgif/Makefile b/graphics/ruby-tgif/Makefile index 002fcc72c2fd..4759a4002a86 100644 --- a/graphics/ruby-tgif/Makefile +++ b/graphics/ruby-tgif/Makefile @@ -28,7 +28,7 @@ USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XLIB= yes -TGIF_PORT= graphics/tgif-nls +TGIF_PORT= graphics/tgif WRKSRC= ${WRKDIR}/ruby-${PORTNAME}-${PORTVERSION} CONFIGURE_ARGS= --with-x-dir="${X11BASE}" \ |