diff options
Diffstat (limited to 'graphics/giram/Makefile')
-rw-r--r-- | graphics/giram/Makefile | 2 |
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}" |