diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-07 18:55:47 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-07 18:55:47 +0800 |
commit | b3bcb8e2576b39fe4bce109d50b3413851ead48d (patch) | |
tree | 9ac898f284f67420f794c306eff4901d59b79a6b /emulators/uae | |
parent | 66140edaafb95d4e2c5bf5ed69e37ab1c090f835 (diff) | |
download | freebsd-ports-gnome-b3bcb8e2576b39fe4bce109d50b3413851ead48d.tar.gz freebsd-ports-gnome-b3bcb8e2576b39fe4bce109d50b3413851ead48d.tar.zst freebsd-ports-gnome-b3bcb8e2576b39fe4bce109d50b3413851ead48d.zip |
Remove USE_REINPLACE from all categories starting with E
Diffstat (limited to 'emulators/uae')
-rw-r--r-- | emulators/uae/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 5753eb9d0a4d..19dce28a908e 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -23,7 +23,6 @@ USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga USE_XLIB= yes USE_GNOME= gtk20 -USE_REINPLACE= yes CFLAGS+= ${PTHREAD_CFLAGS} |