diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-24 19:17:34 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-24 19:17:34 +0000 |
commit | 0e0818a386ca3559343077b5091c1a93efdaf98b (patch) | |
tree | 77175ac230ed4a9eb40b0fb82dc82953c45ee6f0 /graphics/giram | |
parent | f30800ded7381c855717f366ae4191acba957f39 (diff) | |
download | ports-0e0818a386ca3559343077b5091c1a93efdaf98b.tar.gz ports-0e0818a386ca3559343077b5091c1a93efdaf98b.zip |
Notes
Diffstat (limited to 'graphics/giram')
-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}" |