diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-20 03:03:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-20 03:03:05 +0000 |
commit | e28f0247c9cb094ae1aac3e3ddb6600b12a3629a (patch) | |
tree | 9cdda5103c33e509409bbe18f3464e2ab551d453 /ftp/gftp/Makefile | |
parent | Borrow a patch from Doug to fix getimage with Perl < 5.6. (diff) |
Remove USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=79332
Diffstat (limited to 'ftp/gftp/Makefile')
-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 e89b7321ad38..aede51b8278a 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -USE_GNOMENG= yes USE_GNOME+= gnomehack USE_REINPLACE= yes |