diff options
author | Joseph S. Atkinson <jsa@FreeBSD.org> | 2010-08-13 18:52:27 +0000 |
---|---|---|
committer | Joseph S. Atkinson <jsa@FreeBSD.org> | 2010-08-13 18:52:27 +0000 |
commit | cd0307d06ad5f6d056f713173aff6aa0b9e60f67 (patch) | |
tree | a77151a8cd9eabb2b75a6a39d4a03f79a884fa4a /ftp/filezilla/Makefile | |
parent | 560ce1767db433ff3dfbf064286e458526e68e53 (diff) |
Notes
Diffstat (limited to 'ftp/filezilla/Makefile')
-rw-r--r-- | ftp/filezilla/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 685c1c869e6a..4639f7b5183a 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -6,8 +6,7 @@ # PORTNAME= filezilla -PORTVERSION= 3.3.3 -PORTREVISION= 1 +PORTVERSION= 3.3.4 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -33,7 +32,6 @@ WX_CONF_ARGS= relative WX_UNICODE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --with-tinyxml="system" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= filezilla.1 fzputtygen.1 fzsftp.1 |