diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-12 10:46:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-12 10:46:15 +0000 |
commit | 9f0b25759500f4fafdd0ba76049148a892c88694 (patch) | |
tree | f60bbdcb6c226a2e9c30c12a94d344178c3cb0e3 /net/libzrtpcpp | |
parent | cda605e88a11fb00df80b650a0192dbf19d06643 (diff) | |
download | pkgsrc-9f0b25759500f4fafdd0ba76049148a892c88694.tar.gz |
Remove FETCH_USING, not a package-setable variable.
Diffstat (limited to 'net/libzrtpcpp')
-rw-r--r-- | net/libzrtpcpp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/libzrtpcpp/Makefile b/net/libzrtpcpp/Makefile index f49d03d13c0..71a9709111b 100644 --- a/net/libzrtpcpp/Makefile +++ b/net/libzrtpcpp/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2014/01/10 02:58:51 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2014/01/12 10:46:15 wiz Exp $ DISTNAME= V4.1.2 PKGNAME= libzrtpcpp${DISTNAME:S/V/-/1} CATEGORIES= net MASTER_SITES= https://github.com/wernerd/ZRTPCPP/archive/ -FETCH_USING= curl MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://wiki.gnutelephony.org/ |