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 | |
parent | 806ad80f75199d22ffeef7439befcfd0af403c9c (diff) |
ftp/vsftpd(-ext): USES=alias to fix build on DragonFly
Notes
Notes:
svn path=/head/; revision=371982
-rw-r--r-- | ftp/vsftpd-ext/Makefile | 2 | ||||
-rw-r--r-- | ftp/vsftpd/Makefile | 1 |
2 files changed, 2 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 diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile index 4ee9a12df42e..bf7db04695d3 100644 --- a/ftp/vsftpd/Makefile +++ b/ftp/vsftpd/Makefile @@ -16,6 +16,7 @@ LICENSE= GPLv2 #USERS= ftp #GROUPS= ftp +USES= alias ALL_TARGET= vsftpd USE_RC_SUBR= vsftpd DOCFILES= AUDIT BENCHMARKS BUGS Changelog FAQ INSTALL LICENSE \ |