diff options
author | sketch <sketch@pkgsrc.org> | 2009-10-05 08:39:06 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2009-10-05 08:39:06 +0000 |
commit | 5bc52d5f23fbcfff426ffe2ef3daeea4ab156890 (patch) | |
tree | dbfcc39955f15f83a486b80a16e5d740cefa6c86 /x11/gtk2 | |
parent | eaed30b96567286857baaf224ddf3899c15f1868 (diff) | |
download | pkgsrc-5bc52d5f23fbcfff426ffe2ef3daeea4ab156890.tar.gz |
Some fixes for previous.
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index d9a94d0102e..42862f0023b 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.187 2009/10/05 06:28:11 sketch Exp $ +# $NetBSD: Makefile,v 1.188 2009/10/05 08:39:06 sketch Exp $ DISTNAME= gtk+-2.16.6 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -51,8 +51,8 @@ BUILD_DIRS= . demos/gtk-demo # gtk/Makefile.am hardcodes 'grep -o' so require GNU grep on platforms # which do not have it. .if ${OPSYS} == "SunOS" -DEPENDS+= grep:../../textproc/grep -TOOLS_PLATFORM.grep= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}grep +BUILD_DEPENDS+= grep-[0-9]*:../../textproc/grep +TOOLS_PATH.grep= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}grep .endif CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" |