diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-12-18 21:00:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-12-18 21:00:36 +0800 |
commit | 7bdd68f872f51a3a50a87110bfec42f845b09bb3 (patch) | |
tree | 7a08ca323fd854aea93fe2c3fc80a063aeaa7c73 /emulators/gsnes9x | |
parent | ad2439fcec557fdb9ae5f9174f7012980ad98361 (diff) | |
download | freebsd-ports-gnome-7bdd68f872f51a3a50a87110bfec42f845b09bb3.tar.gz freebsd-ports-gnome-7bdd68f872f51a3a50a87110bfec42f845b09bb3.tar.zst freebsd-ports-gnome-7bdd68f872f51a3a50a87110bfec42f845b09bb3.zip |
- Remove mistyped CONFGURE_ENV.
Diffstat (limited to 'emulators/gsnes9x')
-rw-r--r-- | emulators/gsnes9x/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/gsnes9x/Makefile b/emulators/gsnes9x/Makefile index 5252c36e651a..61a1f137a362 100644 --- a/emulators/gsnes9x/Makefile +++ b/emulators/gsnes9x/Makefile @@ -20,8 +20,6 @@ RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x USE_GNOME= gnomehack gnomeprefix gnomelibs USE_GMAKE= yes GNU_CONFIGURE= yes -CONFGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" |