summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-02 20:06:11 +0000
committerwiz <wiz@pkgsrc.org>2001-04-02 20:06:11 +0000
commitd480fe70cea0226db3fe9cb6d739bc4bb475c478 (patch)
treecfe0bfde1f380c8d727e04a3f65994a9293aead4 /devel
parent34c36c42a262514209b77c7f72852ccb11a9e921 (diff)
downloadpkgsrc-d480fe70cea0226db3fe9cb6d739bc4bb475c478.tar.gz
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Diffstat (limited to 'devel')
-rw-r--r--devel/GConf/Makefile5
-rw-r--r--devel/kdbg/Makefile3
-rw-r--r--devel/kdevelop-base/Makefile3
-rw-r--r--devel/libglade/Makefile3
-rw-r--r--devel/libgtop/Makefile3
-rw-r--r--devel/maketool/Makefile3
6 files changed, 7 insertions, 13 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile
index ffb7f1a8e57..d70e3db593a 100644
--- a/devel/GConf/Makefile
+++ b/devel/GConf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/03/27 03:19:50 hubertf Exp $
+# $NetBSD: Makefile,v 1.12 2001/04/02 20:06:15 wiz Exp $
#
DISTNAME= GConf-0.11
@@ -9,12 +9,11 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://advogato.org/proj/GConf/
COMMENT= configuration database system used by GNOME
+BUILD_USES_MSGFMT= yes
DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
DEPENDS+= oaf-*:../../devel/oaf
DEPENDS+= guile>=1.3.4:../../lang/guile
-BUILD_USES_MSGFMT= yes
-
GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_LIBINTL= YES
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile
index 745929dd531..947e1edede9 100644
--- a/devel/kdbg/Makefile
+++ b/devel/kdbg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/03/27 03:19:52 hubertf Exp $
+# $NetBSD: Makefile,v 1.23 2001/04/02 20:06:12 wiz Exp $
DISTNAME= kdbg-1.2.0
CATEGORIES= devel kde
@@ -10,7 +10,6 @@ HOMEPAGE= http://members.telecom.at/~johsixt/kdbg.html
COMMENT= Graphical User Interface around gdb using KDE
BUILD_USES_MSGFMT= yes
-
DEPENDS+= autoconf-2.13:../autoconf
DEPENDS+= automake-1.4:../automake
DEPENDS+= kdevelop-base-1.*:../kdevelop-base
diff --git a/devel/kdevelop-base/Makefile b/devel/kdevelop-base/Makefile
index 72708f7e52d..0c83f0c34f4 100644
--- a/devel/kdevelop-base/Makefile
+++ b/devel/kdevelop-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/03/27 03:19:52 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2001/04/02 20:06:12 wiz Exp $
DISTNAME= kdevelop-1.3
PKGNAME= ${DISTNAME:S/-/-base-/}
@@ -11,7 +11,6 @@ HOMEPAGE= http://www.kdevelop.org/
COMMENT= Base modules for IDE for Unix/X11/KDE
BUILD_USES_MSGFMT= yes
-
DEPENDS+= autoconf-*:../../devel/autoconf
DEPENDS+= automake-*:../../devel/automake
DEPENDS+= kdebase-1.*:../../x11/kdebase
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile
index f1cc2c6fabb..56d8a2d7558 100644
--- a/devel/libglade/Makefile
+++ b/devel/libglade/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2001/03/27 03:19:52 hubertf Exp $
+# $NetBSD: Makefile,v 1.30 2001/04/02 20:06:12 wiz Exp $
#
DISTNAME= libglade-0.16
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.daa.com.au/~james/gnome/
COMMENT= Runtime interpreter for GLADE gui files
BUILD_USES_MSGFMT= yes
-
# do not remove esound pre-requisite
DEPENDS+= esound>=0.2.18:../../audio/esound
DEPENDS+= gnome-libs>=1.2.1:../../x11/gnome-libs
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index dbdb5121435..fb8aaf7a6bf 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2001/03/27 03:19:52 hubertf Exp $
+# $NetBSD: Makefile,v 1.50 2001/04/02 20:06:12 wiz Exp $
DISTNAME= libgtop-1.0.9
CATEGORIES= devel gnome
@@ -10,7 +10,6 @@ COMMENT= library to retrieve system information, used in GNOME
BUILD_DEPENDS= perl-5.*:../../lang/perl5
BUILD_USES_MSGFMT= yes
-
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= guile-[0-9]*:../../lang/guile
diff --git a/devel/maketool/Makefile b/devel/maketool/Makefile
index 0ba4ff8b2f9..0d6a03f02dc 100644
--- a/devel/maketool/Makefile
+++ b/devel/maketool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/03/27 03:19:52 hubertf Exp $
+# $NetBSD: Makefile,v 1.12 2001/04/02 20:06:12 wiz Exp $
#
DISTNAME= maketool-0.6.1
@@ -11,7 +11,6 @@ HOMEPAGE= http://www.alphalink.com.au/~gnb/maketool/
COMMENT= Graphical front end to GNU make
BUILD_USES_MSGFMT= yes
-
DEPENDS+= gtk+-1.2.*:../../x11/gtk
USE_GMAKE= yes