diff options
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}" |