pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/gnome-calculator Move (BUILD_)DEPENDS after the m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a0b79759924
branches:  trunk
changeset: 629679:9a0b79759924
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Sat Jan 25 12:57:30 2014 +0000

description:
Move (BUILD_)DEPENDS after the maintainer section. Requested by wiz@

diffstat:

 math/gnome-calculator/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 4a84b9ebf1ac -r 9a0b79759924 math/gnome-calculator/Makefile
--- a/math/gnome-calculator/Makefile    Sat Jan 25 12:54:48 2014 +0000
+++ b/math/gnome-calculator/Makefile    Sat Jan 25 12:57:30 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/01/25 12:35:19 prlw1 Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/25 12:57:30 prlw1 Exp $
 
 DISTNAME=              gnome-calculator-3.10.2
 CATEGORIES=            math gnome
@@ -10,6 +10,9 @@
 COMMENT=               Desktop calculator for GNOME
 LICENSE=               gnu-gpl-v2
 
+DEPENDS+=              gnome-icon-theme-symbolic-[0-9]*:../../graphics/gnome-icon-theme-symbolic
+BUILD_DEPENDS+=                itstool-[0-9]*:../../textproc/itstool
+
 CONFLICTS+=            gcalctool-[0-9]*
 
 GNU_CONFIGURE=         yes
@@ -17,9 +20,6 @@
 USE_TOOLS+=            gmake gsed intltool msgfmt pkg-config
 USE_PKGLOCALEDIR=      yes
 
-DEPENDS+=              gnome-icon-theme-symbolic-[0-9]*:../../graphics/gnome-icon-theme-symbolic
-BUILD_DEPENDS+=                itstool-[0-9]*:../../textproc/itstool
-
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../devel/glib2/schemas.mk"
 .include "../../lang/vala018/buildlink3.mk"



Home | Main Index | Thread Index | Old Index