diff options
author | naddy <naddy@FreeBSD.org> | 2003-07-25 03:17:34 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-07-25 03:17:34 +0800 |
commit | 8546595c7320c9b77193098403747e4904501605 (patch) | |
tree | 334cbdf4878df757b8eaa7d56ee1cc81748d73b8 /graphics | |
parent | 9813e330c646c4fbe8d15414c23e948d64893740 (diff) | |
download | freebsd-ports-gnome-8546595c7320c9b77193098403747e4904501605.tar.gz freebsd-ports-gnome-8546595c7320c9b77193098403747e4904501605.tar.zst freebsd-ports-gnome-8546595c7320c9b77193098403747e4904501605.zip |
Fix typo in Makefile.
Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-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}" |