diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 22:47:00 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 22:47:00 +0800 |
commit | c4927e043cf01f73da57920698b695c0c6cf3e64 (patch) | |
tree | 448a74c1d2fa9218ed879cc777821d13e1e1a9e8 /ftp/phpwebftp | |
parent | 3cf0c52fa6016687078f1be15489ab2af19dc330 (diff) | |
download | freebsd-ports-gnome-c4927e043cf01f73da57920698b695c0c6cf3e64.tar.gz freebsd-ports-gnome-c4927e043cf01f73da57920698b695c0c6cf3e64.tar.zst freebsd-ports-gnome-c4927e043cf01f73da57920698b695c0c6cf3e64.zip |
Add missing USES={gnome,php,sdl} to the rest
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 |