diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-03 23:18:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-03 23:18:18 +0000 |
commit | fb844337da2fec740af911c61d6370011baff85f (patch) | |
tree | cea6167c151b757a573bab89f486d33d188d7802 /ftp | |
parent | dade38d919e5d88aefc0e6872e1f252a3e4f786b (diff) | |
download | ports-fb844337da2fec740af911c61d6370011baff85f.tar.gz ports-fb844337da2fec740af911c61d6370011baff85f.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/bareftp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/bareftp/Makefile b/ftp/bareftp/Makefile index 574f9f1e1373..b3c4809d8acc 100644 --- a/ftp/bareftp/Makefile +++ b/ftp/bareftp/Makefile @@ -23,6 +23,10 @@ USE_GETTEXT= yes USE_GNOME= gtksharp20 gnomesharp20 USE_GMAKE= yes +USE_LDCONFIG= yes + +MAKE_JOBS_SAFE= yes + MAN1= bareftp.1 # should use configure --without-gnome-keyring but it is broken |