diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:47:00 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:47:00 +0000 |
commit | c4927e043cf01f73da57920698b695c0c6cf3e64 (patch) | |
tree | 448a74c1d2fa9218ed879cc777821d13e1e1a9e8 /ftp/phpwebftp | |
parent | graphics: Add missing USES={gl,gnome,sdl} (diff) |
Add missing USES={gnome,php,sdl} to the rest
Notes
Notes:
svn path=/head/; revision=517072
Diffstat (limited to 'ftp/phpwebftp')
-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 e9b4ead1bc05..7f6d872595da 100644 --- a/ftp/phpwebftp/Makefile +++ b/ftp/phpwebftp/Makefile @@ -12,7 +12,7 @@ COMMENT= Set of PHP-scripts to manage FTP over the web LICENSE= GPLv2 -USES= zip +USES= php zip NO_BUILD= yes NO_ARCH= yes USE_PHP= ftp |