summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz>2010-06-13 22:43:46 +0000
committerwiz <wiz>2010-06-13 22:43:46 +0000
commitc3512e82cfd1ef757581484eb740c7cd398411b9 (patch)
tree4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /mk
parente9a8c2a53822e7578f98d3ebcd4e60f3d153b02a (diff)
downloadpkgsrc-c3512e82cfd1ef757581484eb740c7cd398411b9.tar.gz
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/replace.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index f8ff38fef3a..55b5835e67c 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.226 2010/05/21 22:21:06 schwarz Exp $
+# $NetBSD: replace.mk,v 1.227 2010/06/13 22:45:03 wiz Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -310,7 +310,7 @@ TOOLS_PATH.chrpath= ${TOOLS_PREFIX.chrpath}/bin/chrpath
. if !empty(PKGPATH:Mdevel/cmake)
MAKEFLAGS+= TOOLS_IGNORE.${_t_}=
. elif !empty(_TOOLS_USE_PKGSRC.${_t_}:M[yY][eE][sS])
-TOOLS_DEPENDS.${_t_}?= cmake>=2.4.6nb3:../../devel/cmake
+TOOLS_DEPENDS.${_t_}?= cmake>=2.8.1nb1:../../devel/cmake
TOOLS_CREATE+= ${_t_}
TOOLS_FIND_PREFIX+= TOOLS_PREFIX.${_t_}=cmake
TOOLS_PATH.${_t_}= ${TOOLS_PREFIX.${_t_}}/bin/${_t_}