aboutsummaryrefslogtreecommitdiff
path: root/graphics/giram
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-07-24 19:17:34 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-07-24 19:17:34 +0000
commit0e0818a386ca3559343077b5091c1a93efdaf98b (patch)
tree77175ac230ed4a9eb40b0fb82dc82953c45ee6f0 /graphics/giram
parentf30800ded7381c855717f366ae4191acba957f39 (diff)
downloadports-0e0818a386ca3559343077b5091c1a93efdaf98b.tar.gz
ports-0e0818a386ca3559343077b5091c1a93efdaf98b.zip
Fix typo in Makefile.
Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=85544
Diffstat (limited to 'graphics/giram')
-rw-r--r--graphics/giram/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index d55a03ffce59..6094b74961a6 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -20,7 +20,7 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
- NTLTOOL_PERL="${PERL}"
+ INTLTOOL_PERL="${PERL}"
CONFIGURE_ARGS= --datadir="${PREFIX}/lib" \
--with-tutorial-path="${DOCSDIR}" \
--with-lib3ds-prefix="${LOCALBASE}"