summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-12-05 10:18:16 +0000
committerwiz <wiz@pkgsrc.org>2011-12-05 10:18:16 +0000
commit81016a12b741adf30a6feda3b0cb631db87a22f9 (patch)
treefbdb3060094be507cdde370ee0ff7fc458e2faef /x11
parent9ba7e83f73cbcb7831cfeb6bc08c56aa36109543 (diff)
downloadpkgsrc-81016a12b741adf30a6feda3b0cb631db87a22f9.tar.gz
Update htdig using htdig-devel. Update packages using it
and bump their PKGREVISIONs. Remove htdig-devel.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase-runtime4/Makefile6
-rw-r--r--x11/kdebase3/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/kdebase-runtime4/Makefile b/x11/kdebase-runtime4/Makefile
index 202a9f3db0f..a174e059229 100644
--- a/x11/kdebase-runtime4/Makefile
+++ b/x11/kdebase-runtime4/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2011/11/01 06:03:01 sbd Exp $
+# $NetBSD: Makefile,v 1.23 2011/12/05 10:18:16 wiz Exp $
DISTNAME= kdebase-runtime-${_KDE_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11
COMMENT= Runtime requirements for the KDE integrated X11 desktop
@@ -12,7 +12,7 @@ CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=off
CMAKE_ARGS+= -DLIBLZMA_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.xz}/include
CMAKE_ARGS+= -DLIBLZMA_LIBRARY:FILEPATH=${BUILDLINK_PREFIX.xz}/lib/liblzma.so
-DEPENDS+= htdig>=3.2.0:../../www/htdig-devel
+DEPENDS+= htdig>=3.2.0:../../www/htdig
DEPENDS+= oxygen-icons-[0-9]*:../../graphics/oxygen-icons
USE_TOOLS+= gmake
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 0e8223a5f50..ffdac31dc9b 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.163 2011/11/19 21:17:27 markd Exp $
+# $NetBSD: Makefile,v 1.164 2011/12/05 10:18:16 wiz Exp $
DISTNAME= kdebase-${_KDE_VERSION}
-PKGREVISION= 16
+PKGREVISION= 17
CATEGORIES= x11
COMMENT= Base modules for the KDE 3 integrated X11 desktop
@@ -88,7 +88,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST
BUILDLINK_API_DEPENDS.Xrandr+= Xrandr>=1.0
BUILDLINK_API_DEPENDS.kdelibs+= kdelibs>=${_KDE_VERSION}
-DEPENDS+= htdig>=3.2.0:../../www/htdig-devel
+DEPENDS+= htdig>=3.2.0:../../www/htdig
# Solaris 10 has libusb only for 32 bit ABI (see PR 33727).
.if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "x86_64"