diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-07 10:55:47 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-07 10:55:47 +0000 |
commit | 590868c5a966f9479315ce17998f4d8235eb3057 (patch) | |
tree | 8f41956b28ca19e1b1efdd8724c220efa06ed64d /emulators/gngb | |
parent | c6dd95f12e073f4ffad2ecea1c5920207b85fe3a (diff) | |
download | FreeBSD-ports-590868c5a966f9479315ce17998f4d8235eb3057.zip FreeBSD-ports-590868c5a966f9479315ce17998f4d8235eb3057.tar.gz |
Remove USE_REINPLACE from all categories starting with E
Diffstat (limited to 'emulators/gngb')
-rw-r--r-- | emulators/gngb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index 86d6d8a..924c3c4 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -17,7 +17,6 @@ COMMENT= GameBoy(tm) emulator USE_X_PREFIX= yes USE_SDL= sdl USE_GETOPT_LONG= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |