diff options
author | hrs <hrs@FreeBSD.org> | 2007-06-09 21:13:22 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2007-06-09 21:13:22 +0800 |
commit | 00f3618962e901378739fc082e0456f2b8af79d3 (patch) | |
tree | ffa78db8a2d1f650cbc8f9b5326050c6b9ee1331 /graphics | |
parent | 0c508d918d6f5dba2cdb49c7e79e7e5d754b79c8 (diff) | |
download | freebsd-ports-gnome-00f3618962e901378739fc082e0456f2b8af79d3.tar.gz freebsd-ports-gnome-00f3618962e901378739fc082e0456f2b8af79d3.tar.zst freebsd-ports-gnome-00f3618962e901378739fc082e0456f2b8af79d3.zip |
Fix dependency.
Spotted by: Portsnap buildbox
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}" \ |