diff options
author | wiz <wiz> | 2014-01-27 18:41:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-27 18:41:11 +0000 |
commit | 6dcb35cc4540606da433fd60c2ea8deb67cc736b (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /x11/appmenu-qt | |
parent | 587ecbda8742a25d25c7ec0cfc408d48a2e08aaf (diff) | |
download | pkgsrc-6dcb35cc4540606da433fd60c2ea8deb67cc736b.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'x11/appmenu-qt')
-rw-r--r-- | x11/appmenu-qt/Makefile | 5 |
1 files changed, 1 insertions, 4 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 |