diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-16 08:00:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-16 08:00:18 +0000 |
commit | 1fcae68ebc740368a513506de6f62b06c3bdeb96 (patch) | |
tree | c535b99803bcc228c302fe4f27a601cf0dd2df53 /ftp | |
parent | e6df31c96a59d2fa7710cc98d9ea22b4e9195deb (diff) |
Notes
Diffstat (limited to 'ftp')
-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" \ |