diff options
author | jsa <jsa@FreeBSD.org> | 2011-06-11 11:09:41 +0800 |
---|---|---|
committer | jsa <jsa@FreeBSD.org> | 2011-06-11 11:09:41 +0800 |
commit | 41c4707b61d31bd76931283c5131d08125fbd9a3 (patch) | |
tree | 86a97d2e29148ac7366cccf6ed25f835b4205ba3 /ftp | |
parent | f33a969447c2e1304d30422ac9e6ae511f0e91af (diff) | |
download | freebsd-ports-gnome-41c4707b61d31bd76931283c5131d08125fbd9a3.tar.gz freebsd-ports-gnome-41c4707b61d31bd76931283c5131d08125fbd9a3.tar.zst freebsd-ports-gnome-41c4707b61d31bd76931283c5131d08125fbd9a3.zip |
Local presence of sqlite3.h let this neww depend slip in unnoticed.
Fix the build. Pointyhat to myself.
Approved by: wxs (mentor)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/filezilla/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 97c301965eef..4ce5362cfdff 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \ gnutls.47:${PORTSDIR}/security/gnutls \ idn.17:${PORTSDIR}/dns/libidn \ + sqlite3.8:${PORTSDIR}/databases/sqlite3 \ tinyxml.3:${PORTSDIR}/textproc/tinyxml LICENSE= GPLv2 |