Wed Dec 21 14:06:43 2011 UTC ()
Remove DEPENDS for sqlite3 -- it is pulled in by sqlite3/bl3.mk anyway,
and that does look at builtin implementations.
Bump PKGREVISION.


(wiz)
diff -r1.24 -r1.25 pkgsrc/net/filezilla/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/net/filezilla/Makefile (expand / switch to unified diff)

--- pkgsrc/net/filezilla/Makefile 2011/11/01 06:02:18 1.24
+++ pkgsrc/net/filezilla/Makefile 2011/12/21 14:06:43 1.25
@@ -1,32 +1,31 @@ @@ -1,32 +1,31 @@
1# $NetBSD: Makefile,v 1.24 2011/11/01 06:02:18 sbd Exp $ 1# $NetBSD: Makefile,v 1.25 2011/12/21 14:06:43 wiz Exp $
2# 2#
3 3
4VERSION= 3.5.0 4VERSION= 3.5.0
5DISTNAME= FileZilla_${VERSION}_src 5DISTNAME= FileZilla_${VERSION}_src
6PKGNAME= filezilla-${VERSION} 6PKGNAME= filezilla-${VERSION}
7PKGREVISION= 2 7PKGREVISION= 3
8CATEGORIES= net x11 8CATEGORIES= net x11
9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/} 9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/}
10EXTRACT_SUFX= .tar.bz2 10EXTRACT_SUFX= .tar.bz2
11 11
12MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= http://filezilla-project.org/ 13HOMEPAGE= http://filezilla-project.org/
14COMMENT= FTP, FTPS and SFTP client with intuitive GUI 14COMMENT= FTP, FTPS and SFTP client with intuitive GUI
15LICENSE= gnu-gpl-v2 15LICENSE= gnu-gpl-v2
16 16
17DEPENDS+= gnutls>=2.8.3:../../security/gnutls 17DEPENDS+= gnutls>=2.8.3:../../security/gnutls
18DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils 18DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
19DEPENDS+= sqlite3>=3.7.5:../../databases/sqlite3 
20 19
21PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
22 21
23GNU_CONFIGURE= yes 22GNU_CONFIGURE= yes
24USE_LANGUAGES= c c++ 23USE_LANGUAGES= c c++
25USE_TOOLS+= gmake pkg-config msgfmt msgmerge 24USE_TOOLS+= gmake pkg-config msgfmt msgmerge
26WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 25WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
27 26
28CONFIGURE_ARGS+= --disable-autoupdatecheck 27CONFIGURE_ARGS+= --disable-autoupdatecheck
29CONFIGURE_ARGS+= --with-tinyxml=builtin 28CONFIGURE_ARGS+= --with-tinyxml=builtin
30 29
31.include "options.mk" 30.include "options.mk"
32 31