summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-03-15 08:57:14 +0000
committerskrll <skrll@pkgsrc.org>2001-03-15 08:57:14 +0000
commit888de112a8368b5ac96e60ab48e668384282fd8c (patch)
tree7b1fb76a2e22c33239f5c0f9e0594f9abaf33efd /x11
parent4510064ce6d3caf233df13c56fdd436b7a520763 (diff)
downloadpkgsrc-888de112a8368b5ac96e60ab48e668384282fd8c.tar.gz
Remove dependency on libungif - this is a throw back from the KDE 1.x
kdebase package. Remove dependency on msgfmt. It's not used. Update build dependency for automake. Is there a right way to do these as I can see no consistency in pkgsrc.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase2/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile
index fc1fc8b2b6f..45665470e89 100644
--- a/x11/kdebase2/Makefile
+++ b/x11/kdebase2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/03/14 22:49:26 zuntum Exp $
+# $NetBSD: Makefile,v 1.5 2001/03/15 08:57:14 skrll Exp $
DISTNAME= kdebase-2.1
CATEGORIES= x11 kde
@@ -7,16 +7,10 @@ COMMENT= Base modules for the KDE 2 integrated X11 desktop
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Daemon.png Daemon.README
-BUILD_DEPENDS+= automake:../../devel/automake
+BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
BUILD_DEPENDS+= ${QT2DIR}/qt2/bin/uic:../../x11/qt2-designer
-BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext
DEPENDS+= kdelibs-2.1:../../x11/kdelibs2
-# kdebase doesn't manipulate GIFs, but KDE packages depending on kdebase
-# often do, so put the dependency here.
-#
-DEPENDS+= libungif-*:../../graphics/libungif
-
USE_XPM= yes
USE_MOTIF= yes
.include "../../x11/kde2/Makefile.part2"