summaryrefslogtreecommitdiff
path: root/devel/imake/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-22 20:33:33 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-22 20:33:33 +0000
commit8bf20fe21406c54ca8e7670621a59c11988a7a5b (patch)
tree79eb88a3e5fdd02493914a956679c6726341ef79 /devel/imake/Makefile
parentfb7e65842fc14a47f8dc13f571e242cca94f748e (diff)
downloadpkgsrc-8bf20fe21406c54ca8e7670621a59c11988a7a5b.tar.gz
Q: Why am I seeing imake problems and joerg@ not?
A: Because joerg@ had a local change which forced the use of makedepend and which somehow didn't make it into xorg-cf-files when packages. Fix that, bump revision of xorg-cf-files and imake, the latter with a dependency on a newer version of the former.
Diffstat (limited to 'devel/imake/Makefile')
-rw-r--r--devel/imake/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/imake/Makefile b/devel/imake/Makefile
index 54e158d0733..5da9d94fdd5 100644
--- a/devel/imake/Makefile
+++ b/devel/imake/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/12/19 22:56:06 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/01/22 20:33:33 joerg Exp $
#
DISTNAME= imake-1.0.2
+PKGREVISION= 1
CATEGORIES= x11 devel
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/util/
EXTRACT_SUFX= .tar.bz2
@@ -15,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config makedepend:run
-DEPENDS+= xorg-cf-files-[0-9]*:../../x11/xorg-cf-files
+DEPENDS+= xorg-cf-files>=1.0.2nb1:../../x11/xorg-cf-files
.include "../../x11/xproto/buildlink3.mk"