summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2001-04-02 20:06:11 +0000
committerwiz <wiz>2001-04-02 20:06:11 +0000
commit7df864000e47739ba63ddd41f99ae10e67721bff (patch)
treecfe0bfde1f380c8d727e04a3f65994a9293aead4
parent5d481883637f698c36be3e03b6fcd4f03e46ea2b (diff)
downloadpkgsrc-7df864000e47739ba63ddd41f99ae10e67721bff.tar.gz
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
-rw-r--r--audio/aumix/Makefile5
-rw-r--r--comms/jpilot/Makefile5
-rw-r--r--comms/minicom/Makefile3
-rw-r--r--databases/quicklist/Makefile3
-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
-rw-r--r--editors/gnotepad/Makefile4
-rw-r--r--finance/gnofin/Makefile3
-rw-r--r--games/baduki/Makefile3
-rw-r--r--games/freeciv-client-gtk/Makefile3
-rw-r--r--games/xracer/Makefile4
-rw-r--r--graphics/gnome-iconedit/Makefile4
-rw-r--r--graphics/gqview/Makefile4
-rw-r--r--net/xtraceroute/Makefile3
-rw-r--r--sysutils/apcupsd/Makefile3
-rw-r--r--time/kworldwatch/Makefile3
-rw-r--r--www/arena/Makefile3
-rw-r--r--www/bluefish/Makefile3
-rw-r--r--www/quanta/Makefile4
-rw-r--r--x11/kdebase/Makefile3
-rw-r--r--x11/kdelibdocs/Makefile3
-rw-r--r--x11/khostchooser/Makefile3
-rw-r--r--x11/xfce/Makefile3
27 files changed, 35 insertions, 57 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile
index 30b98380927..229fd1a5ced 100644
--- a/audio/aumix/Makefile
+++ b/audio/aumix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/03/27 03:19:45 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/02 20:06:11 wiz Exp $
DISTNAME= aumix-2.7
CATEGORIES= audio
@@ -12,9 +12,8 @@ MAINTAINER= trevor@jpj.net
HOMEPAGE= http://jpj.net/~trevor/aumix.html
COMMENT= Set mix levels
-BUILD_USES_MSGFMT= yes
-
DEPENDS+= gtk+-1.2.*:../../x11/gtk
+BUILD_USES_MSGFMT= yes
USE_CURSES= yes
REPLACE_NCURSES= ${WRKSRC}/configure ${WRKSRC}/src/curses.h \
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile
index 358bf94c2a9..11f3a60102c 100644
--- a/comms/jpilot/Makefile
+++ b/comms/jpilot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/03/27 03:19:48 hubertf Exp $
+# $NetBSD: Makefile,v 1.16 2001/04/02 20:06:11 wiz Exp $
#
DISTNAME= jpilot-0.99
@@ -9,9 +9,8 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://jpilot.org/
COMMENT= desktop organizer application for the palm pilot
-BUILD_USES_MSGFMT= yes
-
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_USES_MSGFMT= yes
DEPENDS+= gtk+>=1.2.0:../../x11/gtk
DEPENDS+= pilot-link>=0.9.3:../../comms/pilot-link
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile
index 6dfc5992715..8b58d346357 100644
--- a/comms/minicom/Makefile
+++ b/comms/minicom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/03/27 03:19:48 hubertf Exp $
+# $NetBSD: Makefile,v 1.23 2001/04/02 20:06:11 wiz Exp $
# FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp
#
@@ -13,7 +13,6 @@ HOMEPAGE= http://www.clinet.fi/~walker/minicom.html
COMMENT= MS-DOS Telix serial communication program "workalike"
BUILD_USES_MSGFMT= yes
-
DEPENDS+= gkermit-*:../../comms/gkermit
DEPENDS+= lrzsz-*:../../comms/lrzsz
diff --git a/databases/quicklist/Makefile b/databases/quicklist/Makefile
index 131e4151a4b..81b3a357125 100644
--- a/databases/quicklist/Makefile
+++ b/databases/quicklist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/03/27 03:19:50 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2001/04/02 20:06:11 wiz Exp $
#
DISTNAME= quicklist-0.8.6
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.quicklist.org/
COMMENT= Simple database like AppleWorks & MS Works
BUILD_USES_MSGFMT= yes
-
DEPENDS+= gtk+-1.2.*:../../x11/gtk
GNU_CONFIGURE= yes
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
diff --git a/editors/gnotepad/Makefile b/editors/gnotepad/Makefile
index 203279a09f2..90313d311b0 100644
--- a/editors/gnotepad/Makefile
+++ b/editors/gnotepad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/03/27 03:19:54 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2001/04/02 20:06:12 wiz Exp $
DISTNAME= gnotepad+-1.3.2
PKGNAME= ${DISTNAME:S/+//}
@@ -9,8 +9,8 @@ MAINTAINER= jmcneill@invisible.yi.org
HOMEPAGE= http://gnotepad.sourceforge.net/
COMMENT= easy-to-use, yet fairly feature-rich, simple HTML and text editor for X11
-DEPENDS+= gnome-core-*:../../x11/gnome-core
BUILD_USES_MSGFMT= yes
+DEPENDS+= gnome-core-*:../../x11/gnome-core
USE_X11BASE= YES
USE_GMAKE= YES
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile
index 19288040ea5..707ddaf3321 100644
--- a/finance/gnofin/Makefile
+++ b/finance/gnofin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/03/27 03:19:56 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 2001/04/02 20:06:13 wiz Exp $
#
DISTNAME= gnofin-0.8.4
@@ -10,7 +10,6 @@ HOMEPAGE= http://gnofin.sourceforge.net/
COMMENT= Personal checking/savings account management program
BUILD_USES_MSGFMT= yes
-
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= libxml>=1.8.10:../../textproc/libxml
diff --git a/games/baduki/Makefile b/games/baduki/Makefile
index c490dfb2cfe..28382297626 100644
--- a/games/baduki/Makefile
+++ b/games/baduki/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/03/27 03:19:57 hubertf Exp $
+# $NetBSD: Makefile,v 1.17 2001/04/02 20:06:13 wiz Exp $
DISTNAME= baduki-0.2.9
CATEGORIES= games
@@ -9,7 +9,6 @@ HOMEPAGE= http://soback.kornet21.net/~artist/baduk/baduki.html
COMMENT= Go playing program based on xamigo
BUILD_USES_MSGFMT= yes
-
DEPENDS+= gtk+-1.2.*:../../x11/gtk
USE_X11= yes
diff --git a/games/freeciv-client-gtk/Makefile b/games/freeciv-client-gtk/Makefile
index 4523617a08b..2f85d7c6629 100644
--- a/games/freeciv-client-gtk/Makefile
+++ b/games/freeciv-client-gtk/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2001/03/27 03:19:57 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2001/04/02 20:06:13 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-client-gtk-/}
COMMENT= Freeciv client with GTK+ interface
BUILD_USES_MSGFMT= yes
-
DEPENDS+= freeciv-share-${FC_VERS}:../../games/freeciv-share
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= imlib-*:../../graphics/imlib
diff --git a/games/xracer/Makefile b/games/xracer/Makefile
index eec24c9ea49..3fc24692a8b 100644
--- a/games/xracer/Makefile
+++ b/games/xracer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/03/27 03:19:59 hubertf Exp $
+# $NetBSD: Makefile,v 1.13 2001/04/02 20:06:13 wiz Exp $
#
DISTNAME= xracer-0.96.9
@@ -11,8 +11,8 @@ COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_DEPENDS+= automake-1.4:../../devel/automake
-DEPENDS+= jpeg-*:../../graphics/jpeg
BUILD_USES_MSGFMT= yes
+DEPENDS+= jpeg-*:../../graphics/jpeg
USE_X11= # defined
USE_MESA= # defined
diff --git a/graphics/gnome-iconedit/Makefile b/graphics/gnome-iconedit/Makefile
index 2745218ccae..21c9d64885a 100644
--- a/graphics/gnome-iconedit/Makefile
+++ b/graphics/gnome-iconedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/03/27 03:20:00 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2001/04/02 20:06:13 wiz Exp $
#
DISTNAME= gnome-iconedit-1.2.0
@@ -8,10 +8,10 @@ MASTER_SITES= http://www.webtribe.net/i/iain/
MAINTAINER= wiz@netbsd.org
COMMENT= icon editor based on GNOME libraries
+BUILD_USES_MSGFMT= yes
DEPENDS+= gdk-pixbuf>=0.7.0:../../graphics/gdk-pixbuf
DEPENDS+= gnome-libs>=1.2.0:../../x11/gnome-libs
DEPENDS+= oaf>=0.6.0:../../devel/oaf
-BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= YES
USE_GMAKE= YES
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index e1bc6db7d33..94bada0900e 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/03/27 03:20:00 hubertf Exp $
+# $NetBSD: Makefile,v 1.17 2001/04/02 20:06:14 wiz Exp $
#
DISTNAME= gqview-0.10.1
@@ -9,9 +9,9 @@ MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://gqview.sourceforge.net/
COMMENT= another gtk-based graphic file viewer
+BUILD_USES_MSGFMT= yes
DEPENDS+= gdk-pixbuf>=0.9.0:../../graphics/gdk-pixbuf
DEPENDS+= gtk+-1.2.*:../../x11/gtk
-BUILD_USES_MSGFMT= yes
USE_LIBINTL= yes
USE_X11BASE= yes
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile
index afbb74c3b31..04aabddbc70 100644
--- a/net/xtraceroute/Makefile
+++ b/net/xtraceroute/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/03/27 03:20:13 hubertf Exp $
+# $NetBSD: Makefile,v 1.22 2001/04/02 20:06:14 wiz Exp $
#
DISTNAME= xtraceroute-0.8.14
@@ -12,7 +12,6 @@ HOMEPAGE= http://www.dtek.chalmers.se/~d3august/xt/index.html
COMMENT= Graphical version of traceroute, which traces the route IP packets go
BUILD_USES_MSGFMT= yes
-
DEPENDS+= gtkglarea-1.2.1:../../x11/gtkglarea
DEPENDS+= tiff-*:../../graphics/tiff
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index cb50f193429..41db9418efd 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/03/27 03:20:16 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/02 20:06:16 wiz Exp $
#
DISTNAME= apcupsd-3.6.2
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.sibbald.com/apcupsd/
COMMENT= UPS power management for APCC Products
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-
BUILD_USES_MSGFMT= yes
USE_GMAKE= # defined
diff --git a/time/kworldwatch/Makefile b/time/kworldwatch/Makefile
index dadbdc6022b..3f60988f35c 100644
--- a/time/kworldwatch/Makefile
+++ b/time/kworldwatch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/03/27 03:20:19 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2001/04/02 20:06:14 wiz Exp $
#
DISTNAME= kworldwatch-0.6
@@ -10,7 +10,6 @@ MAINTAINER= hubertf@netbsd.org
COMMENT= Revolving world map indicating the time in each part of the world
BUILD_USES_MSGFMT= yes
-
DEPENDS+= kdebase-1.1.2:../../x11/kdebase
CONFLICTS+= kdetoys-*
diff --git a/www/arena/Makefile b/www/arena/Makefile
index c30a957066f..18f4ef5dce4 100644
--- a/www/arena/Makefile
+++ b/www/arena/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2001/03/27 03:20:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.34 2001/04/02 20:06:14 wiz Exp $
# FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp
#
@@ -13,7 +13,6 @@ COMMENT= Experimental HTML 3 browser, supports math and style sheets
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_USES_MSGFMT= yes
-
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= libwww>=5.2.8:../../www/libwww
DEPENDS+= png>1.0.9:../../graphics/png
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index d683f67205e..68408d0c7bd 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/03/27 03:20:23 hubertf Exp $
+# $NetBSD: Makefile,v 1.16 2001/04/02 20:06:14 wiz Exp $
#
DISTNAME= bluefish-0.6
@@ -17,7 +17,6 @@ COMMENT= GTK HTML editor for the experienced web designer
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_USES_MSGFMT= yes
-
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= imlib-*:../../graphics/imlib
DEPENDS+= weblint-*:../../www/weblint
diff --git a/www/quanta/Makefile b/www/quanta/Makefile
index f902b61f02e..22268db2118 100644
--- a/www/quanta/Makefile
+++ b/www/quanta/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/03/28 21:47:37 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2001/04/02 20:06:16 wiz Exp $
#
DISTNAME= quanta-2.0-pr1
@@ -11,10 +11,10 @@ MAINTAINER= jmcneill@invisible.yi.org
HOMEPAGE= http://quanta.sourceforge.net/
COMMENT= HTML editor suitable for experienced web developers
+BUILD_USES_MSGFMT= yes
DEPENDS+= kdebase>=2.1:../../x11/kdebase2
USE_INTL= yes
-BUILD_USES_MSGFMT= yes
WRKSRC= ${WRKDIR}/quanta
.include "../../x11/kde2/Makefile.part2"
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile
index f43452c1ca8..5bd5bb83f7e 100644
--- a/x11/kdebase/Makefile
+++ b/x11/kdebase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2001/03/27 03:20:27 hubertf Exp $
+# $NetBSD: Makefile,v 1.80 2001/04/02 20:06:15 wiz Exp $
# FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp
DISTNAME= kdebase-1.1.2
@@ -14,7 +14,6 @@ HOMEPAGE= http://www.kde.org/
COMMENT= Base modules for the KDE integrated X11 desktop
BUILD_USES_MSGFMT= yes
-
DEPENDS+= kdelibs-1.1.2:../../x11/kdelibs
# kdebase doesn't manipulate GIFs, but KDE packages depending on kdebase
# often do, so put the dependency here.
diff --git a/x11/kdelibdocs/Makefile b/x11/kdelibdocs/Makefile
index d1ab3611c18..4d1cacb17a8 100644
--- a/x11/kdelibdocs/Makefile
+++ b/x11/kdelibdocs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/03/27 03:20:27 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2001/04/02 20:06:15 wiz Exp $
#
DISTNAME= kdelibdocs_kdoc2-1.1
@@ -11,7 +11,6 @@ HOMEPAGE= http://www.kdevelop.org/
COMMENT= KDE library documentation
BUILD_USES_MSGFMT= yes
-
DEPENDS+= kdelibs-1.*:../../x11/kdelibs
USE_X11BASE= yes
diff --git a/x11/khostchooser/Makefile b/x11/khostchooser/Makefile
index 18e4a2f7bf2..80031528ac7 100644
--- a/x11/khostchooser/Makefile
+++ b/x11/khostchooser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/03/27 03:20:27 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2001/04/02 20:06:15 wiz Exp $
#
DISTNAME= khostchooser-0.3
@@ -10,7 +10,6 @@ MAINTAINER= root@garbled.net
COMMENT= KDE Chooser replacement for X
BUILD_USES_MSGFMT= yes
-
DEPENDS+= kdelibs-1.1.2:../../x11/kdelibs
DEPENDS+= libungif-*:../../graphics/libungif
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile
index f7a0ee83051..68e32ad3a72 100644
--- a/x11/xfce/Makefile
+++ b/x11/xfce/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/03/27 03:20:28 hubertf Exp $
+# $NetBSD: Makefile,v 1.18 2001/04/02 20:06:15 wiz Exp $
DISTNAME= xfce-3.6.3
CATEGORIES= x11
@@ -9,7 +9,6 @@ HOMEPAGE= http://www.xfce.org/
COMMENT= Lightweight desktop environment with a look and feel similar to CDE
BUILD_USES_MSGFMT= yes
-
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= imlib-1.9.*:../../graphics/imlib