diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
commit | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch) | |
tree | 4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/filezilla | |
parent | 4a65c836693c56cb403b7a0b47a9514037a4bcec (diff) | |
download | ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.tar.gz ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.zip |
Notes
Diffstat (limited to 'ftp/filezilla')
-rw-r--r-- | ftp/filezilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 87867aa6b4b8..0a8a141cfc16 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -1,6 +1,5 @@ # Created by: alepulver # $FreeBSD$ -# PORTNAME= filezilla PORTVERSION= 3.6.0.2 @@ -40,6 +39,7 @@ MAN5= fzdefaults.xml.5 OPTIONS_DEFINE= DBUS NLS OPTIONS_DEFAULT=DBUS NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDBUS} |