diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-12-18 13:00:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-12-18 13:00:36 +0000 |
commit | 2396de75e4c51aa8ad800d98f2cbd90ddec04c82 (patch) | |
tree | a4e40c2c96f144bc352849b44ab3134bf68ae353 /emulators | |
parent | 04e4ba361acbbc0b13555f6242e5f67f85597438 (diff) |
- Remove mistyped CONFGURE_ENV.
Notes
Notes:
svn path=/head/; revision=224369
Diffstat (limited to 'emulators')
-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}" |