diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-08 22:02:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-08 22:02:24 +0800 |
commit | 852c134ccb081ce3dc79c1e06ced06ee2fd964c9 (patch) | |
tree | 3deef97796495eb69440e8cbcff7cf926eb0b4e8 /ftp | |
parent | b8d909672d0265bc9a0b07f0027a87ed48ceb7e4 (diff) | |
download | freebsd-ports-gnome-852c134ccb081ce3dc79c1e06ced06ee2fd964c9.tar.gz freebsd-ports-gnome-852c134ccb081ce3dc79c1e06ced06ee2fd964c9.tar.zst freebsd-ports-gnome-852c134ccb081ce3dc79c1e06ced06ee2fd964c9.zip |
Unbreak
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/phpwebftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/phpwebftp/Makefile b/ftp/phpwebftp/Makefile index e11e0a84301c..0c635f69d332 100644 --- a/ftp/phpwebftp/Makefile +++ b/ftp/phpwebftp/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= acm@FreeBSD.org COMMENT= A set of PHP-scripts to manage FTP over the web -USZS= zip +USES= zip NO_BUILD= yes USE_PHP= ftp PHPWEBFTPDIR?= www/${PORTNAME} |