diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-07 18:55:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-07 18:55:47 +0800 |
commit | 590868c5a966f9479315ce17998f4d8235eb3057 (patch) | |
tree | 8f41956b28ca19e1b1efdd8724c220efa06ed64d /emulators/atari800 | |
parent | c6dd95f12e073f4ffad2ecea1c5920207b85fe3a (diff) | |
download | freebsd-ports-gnome-590868c5a966f9479315ce17998f4d8235eb3057.tar.gz freebsd-ports-gnome-590868c5a966f9479315ce17998f4d8235eb3057.tar.zst freebsd-ports-gnome-590868c5a966f9479315ce17998f4d8235eb3057.zip |
Remove USE_REINPLACE from all categories starting with E
Diffstat (limited to 'emulators/atari800')
-rw-r--r-- | emulators/atari800/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 7a5c7e05b30c..8dca233d37d2 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -24,7 +24,6 @@ RESTRICTED= "xf25 contains copyright ROMs and cannot be distributed." WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |