diff options
author | wiz <wiz> | 2001-04-02 20:06:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-02 20:06:11 +0000 |
commit | 7df864000e47739ba63ddd41f99ae10e67721bff (patch) | |
tree | cfe0bfde1f380c8d727e04a3f65994a9293aead4 /x11 | |
parent | 5d481883637f698c36be3e03b6fcd4f03e46ea2b (diff) | |
download | pkgsrc-7df864000e47739ba63ddd41f99ae10e67721bff.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase/Makefile | 3 | ||||
-rw-r--r-- | x11/kdelibdocs/Makefile | 3 | ||||
-rw-r--r-- | x11/khostchooser/Makefile | 3 | ||||
-rw-r--r-- | x11/xfce/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
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 |