diff options
author | John Marino <marino@FreeBSD.org> | 2014-11-01 00:35:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-11-01 00:35:10 +0000 |
commit | a628c160a47b7683359f4b4a17903178d706182a (patch) | |
tree | 22db59b8183f8914c29eb03455c02c20cc6524bd /ftp/vsftpd-ext | |
parent | 806ad80f75199d22ffeef7439befcfd0af403c9c (diff) | |
download | ports-a628c160a47b7683359f4b4a17903178d706182a.tar.gz ports-a628c160a47b7683359f4b4a17903178d706182a.zip |
Notes
Diffstat (limited to 'ftp/vsftpd-ext')
-rw-r--r-- | ftp/vsftpd-ext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/vsftpd-ext/Makefile b/ftp/vsftpd-ext/Makefile index 3e8ce7536dbb..71f52b742ec1 100644 --- a/ftp/vsftpd-ext/Makefile +++ b/ftp/vsftpd-ext/Makefile @@ -18,7 +18,7 @@ LICENSE= GPLv2 UPSTREAMVERSION=3.0.2 EXTVERSION= 1 -USES+= gmake +USES= alias gmake WRKSRC= ${WRKDIR}/vsFTPd-${UPSTREAMVERSION}-ext.${EXTVERSION} ALL_TARGET= vsftpd |