diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-07 10:55:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-07 10:55:47 +0000 |
commit | b3bcb8e2576b39fe4bce109d50b3413851ead48d (patch) | |
tree | 9ac898f284f67420f794c306eff4901d59b79a6b /emulators/frodo | |
parent | 66140edaafb95d4e2c5bf5ed69e37ab1c090f835 (diff) | |
download | ports-b3bcb8e2576b39fe4bce109d50b3413851ead48d.tar.gz ports-b3bcb8e2576b39fe4bce109d50b3413851ead48d.zip |
Remove USE_REINPLACE from all categories starting with E
Notes
Notes:
svn path=/head/; revision=161556
Diffstat (limited to 'emulators/frodo')
-rw-r--r-- | emulators/frodo/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index bd4ee4d86243..fc46d3580475 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -23,7 +23,6 @@ WRKNAME= Frodo-4.1b WRKSRC= ${WRKDIR}/${WRKNAME}/Src GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS}" -USE_REINPLACE= yes .if !defined(WITHOUT_SDL) USE_SDL= sdl .endif |