diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libcarddav/Makefile | 5 | ||||
-rw-r--r-- | misc/libreoffice/Makefile | 7 |
2 files changed, 2 insertions, 10 deletions
diff --git a/misc/libcarddav/Makefile b/misc/libcarddav/Makefile index da199184f00..9212c6bdb4b 100644 --- a/misc/libcarddav/Makefile +++ b/misc/libcarddav/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/02/06 23:23:01 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.9 2014/01/27 18:41:13 wiz Exp $ DISTNAME= libcarddav_0.6.2-2debian2 PKGNAME= ${DISTNAME:S/_/-/:S/-2debian2/.2.2/} @@ -18,8 +17,6 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config USE_LIBTOOL= yes -FETCH_USING= curl - .include "options.mk" .include "../../devel/glib2/buildlink3.mk" diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index a188f2b2369..083fc86a391 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2014/01/01 11:52:25 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2014/01/27 18:41:13 wiz Exp $ VER= 3.5.6.2 DISTNAME= libreoffice-${VER} @@ -47,11 +47,6 @@ DISTFILES+= ${md} .include "../../mk/bsd.prefs.mk" -# ftp: Unsupported URL scheme `https' -.if ${OPSYS} == "NetBSD" -FETCH_USING= curl -.endif - # tar: Invalid header, starting valid header search. EXTRACT_USING= gtar |