diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-07 11:09:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-07 11:09:22 +0000 |
commit | c8a818ace5e1e3d9991c0b189713eee2c620024b (patch) | |
tree | b73d86ab908739d3ee13b12ee1a1959e0bdec765 /ftp/gftp | |
parent | Remove USE_REINPLACE from all categories starting with E (diff) |
Remove USE_REINPLACE from all categories starting with F
Notes
Notes:
svn path=/head/; revision=161557
Diffstat (limited to 'ftp/gftp')
-rw-r--r-- | ftp/gftp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index da0a4ff13549..b752a56e88c4 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -22,7 +22,6 @@ CONFIGURE_ARGS= --without-included-gettext CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -USE_REINPLACE= yes WANT_GNOME= yes OPTIONS= X11 "Build with X11 frontend" on \ |