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 | 416faa03e1a51fa95bd04f9893406a1a7b487dfa (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /x11 | |
parent | 7c464f7dd6d11cbbc435dbd0dcaeb089caca40bd (diff) | |
download | pkgsrc-416faa03e1a51fa95bd04f9893406a1a7b487dfa.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/appmenu-qt/Makefile | 5 | ||||
-rw-r--r-- | x11/elementary-icon-theme/Makefile | 6 | ||||
-rw-r--r-- | x11/razor-qt/Makefile | 4 |
3 files changed, 3 insertions, 12 deletions
diff --git a/x11/appmenu-qt/Makefile b/x11/appmenu-qt/Makefile index 79804058240..a5cca84cb63 100644 --- a/x11/appmenu-qt/Makefile +++ b/x11/appmenu-qt/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/10/27 20:38:50 joerg Exp $ -# +# $NetBSD: Makefile,v 1.3 2014/01/27 18:41:15 wiz Exp $ DISTNAME= appmenu-qt-0.2.6 CATEGORIES= x11 @@ -11,8 +10,6 @@ HOMEPAGE= http://launchpad.net/appmenu-qt/ COMMENT= Allows Qt applications to export menus over DBus to a menu applet LICENSE= gnu-lgpl-v2.1 -FETCH_USING= curl - USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ USE_CMAKE= yes diff --git a/x11/elementary-icon-theme/Makefile b/x11/elementary-icon-theme/Makefile index 9a7f53e41be..e3ac700015d 100644 --- a/x11/elementary-icon-theme/Makefile +++ b/x11/elementary-icon-theme/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/06/16 18:56:05 sno Exp $ -# +# $NetBSD: Makefile,v 1.2 2014/01/27 18:41:15 wiz Exp $ DISTNAME= elementary-icon-theme-3.0 CATEGORIES= graphics @@ -13,9 +12,6 @@ LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -# Needed for launchpad -FETCH_USING= curl - WRKSRC= ${WRKDIR}/elementary NO_BUILD= yes USE_LANGUAGES= # none diff --git a/x11/razor-qt/Makefile b/x11/razor-qt/Makefile index 159ac5538e9..30fc12d453a 100644 --- a/x11/razor-qt/Makefile +++ b/x11/razor-qt/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/11/25 12:00:49 wiz Exp $ -# +# $NetBSD: Makefile,v 1.9 2014/01/27 18:41:15 wiz Exp $ DISTNAME= razorqt-0.5.1 PKGREVISION= 7 @@ -14,7 +13,6 @@ LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen -FETCH_USING= curl USE_LANGUAGES= c c++ USE_TOOLS+= bash pkg-config USE_CMAKE= yes |