diff options
author | marino <marino@FreeBSD.org> | 2014-11-01 08:35:10 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-01 08:35:10 +0800 |
commit | 8e651f97fcde360f4884c0d8a1dfdf0fe6a72f62 (patch) | |
tree | 22db59b8183f8914c29eb03455c02c20cc6524bd /ftp | |
parent | c7d1135b707b2ec655ac0d4584be34a9be8ed520 (diff) | |
download | freebsd-ports-gnome-8e651f97fcde360f4884c0d8a1dfdf0fe6a72f62.tar.gz freebsd-ports-gnome-8e651f97fcde360f4884c0d8a1dfdf0fe6a72f62.tar.zst freebsd-ports-gnome-8e651f97fcde360f4884c0d8a1dfdf0fe6a72f62.zip |
ftp/vsftpd(-ext): USES=alias to fix build on DragonFly
Diffstat (limited to 'ftp')
-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 \ |