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 /editors/fpc-ide | |
parent | 66140edaafb95d4e2c5bf5ed69e37ab1c090f835 (diff) |
Remove USE_REINPLACE from all categories starting with E
Notes
Notes:
svn path=/head/; revision=161556
Diffstat (limited to 'editors/fpc-ide')
-rw-r--r-- | editors/fpc-ide/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index f2be931b80d6..ac39b6e56c53 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -28,7 +28,6 @@ EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar TAR= ${LOCALBASE}/bin/gtar .endif USE_GMAKE= yes -USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 DOCSDIR= ${PREFIX}/share/doc/fpc |