diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 18:41:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 18:41:11 +0000 |
commit | a8ce86997e0153e277ba6f540fddb593c3f19f44 (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /security/libssh | |
parent | d3a768ef59085720a0f42c43102737c59d39abd9 (diff) | |
download | pkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'security/libssh')
-rw-r--r-- | security/libssh/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index f49b3877734..d9cbdd32d43 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.17 2014/01/09 14:29:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2014/01/27 18:41:14 wiz Exp $ # - # history: upstream renamed 0.11 to 0.1.1; # we have to use the old-style convention so that version compares work. # @@ -18,11 +17,6 @@ LICENSE= 2-clause-bsd DIST_SUBDIR= security -.include "../../mk/bsd.prefs.mk" - -# ftp: Unsupported URL scheme `https' -FETCH_USING= curl - USE_CMAKE= yes USE_LANGUAGES= c c++ |