diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-14 16:04:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-14 16:04:44 +0000 |
commit | e8278d5e847d24d5897354dec62afd166325e32b (patch) | |
tree | f8b7fd1484f6bd0f29b565efb9f295715280cc45 /net/filezilla | |
parent | 7206b95e6f51d170802c805df164b5627ff10fe4 (diff) | |
download | pkgsrc-e8278d5e847d24d5897354dec62afd166325e32b.tar.gz |
Since xdg-utils is such well-designed software focusing on cross-platform
support, making sure everything is well-tested -- NOT, avoid using it here.
Bump PKGREVISION.
Diffstat (limited to 'net/filezilla')
-rw-r--r-- | net/filezilla/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 4232c2d3bc1..81803f479d6 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.35 2012/10/08 23:02:15 adam Exp $ +# $NetBSD: Makefile,v 1.36 2012/10/14 16:04:44 wiz Exp $ # VERSION= 3.5.0 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/} EXTRACT_SUFX= .tar.bz2 @@ -14,8 +14,6 @@ HOMEPAGE= http://filezilla-project.org/ COMMENT= FTP, FTPS and SFTP client with intuitive GUI LICENSE= gnu-gpl-v2 -DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils - PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes @@ -25,6 +23,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CONFIGURE_ARGS+= --disable-autoupdatecheck CONFIGURE_ARGS+= --with-tinyxml=builtin +# avoid xdg-utils dependency +CONFIGURE_ENV+= ac_cv_path_xdgopen=firefox .include "options.mk" |