diff options
Diffstat (limited to '')
-rw-r--r-- | ftp/bareftp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/bareftp/Makefile b/ftp/bareftp/Makefile index abe526cbfc19..49359411f698 100644 --- a/ftp/bareftp/Makefile +++ b/ftp/bareftp/Makefile @@ -12,6 +12,8 @@ COMMENT= FTP client made in C sharp LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to configure + GNU_CONFIGURE= yes CONFIGURE_ARGS= --datarootdir="${PREFIX}/share" \ --libdir="${PREFIX}/lib" \ |