Sat Nov 24 22:32:11 2012 UTC ()
Fix bad pattern in BUILD_DEPENDS


(cheusov)
diff -r1.111 -r1.112 pkgsrc/x11/xscreensaver/Makefile.common

cvs diff -r1.111 -r1.112 pkgsrc/x11/xscreensaver/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/x11/xscreensaver/Attic/Makefile.common 2012/08/01 12:22:14 1.111
+++ pkgsrc/x11/xscreensaver/Attic/Makefile.common 2012/11/24 22:32:11 1.112
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.common,v 1.111 2012/08/01 12:22:14 drochner Exp $ 1# $NetBSD: Makefile.common,v 1.112 2012/11/24 22:32:11 cheusov Exp $
2# 2#
3# used by x11/xscreensaver/Makefile 3# used by x11/xscreensaver/Makefile
4# used by x11/xscreensaver-demo/Makefile 4# used by x11/xscreensaver-demo/Makefile
5 5
6# When updating the package, 6# When updating the package,
7# please check kdeartwork3 -- it installs some extra 7# please check kdeartwork3 -- it installs some extra
8# files depending on which screensavers it finds. 8# files depending on which screensavers it finds.
9DISTNAME= xscreensaver-5.19 9DISTNAME= xscreensaver-5.19
10CATEGORIES= x11 10CATEGORIES= x11
11MASTER_SITES= ${HOMEPAGE} 11MASTER_SITES= ${HOMEPAGE}
12 12
13MAINTAINER= pkgsrc-users@NetBSD.org 13MAINTAINER= pkgsrc-users@NetBSD.org
14HOMEPAGE= http://www.jwz.org/xscreensaver/ 14HOMEPAGE= http://www.jwz.org/xscreensaver/
@@ -53,22 +53,22 @@ CONFIGURE_ARGS+= --without-kerberos @@ -53,22 +53,22 @@ CONFIGURE_ARGS+= --without-kerberos
53. endif 53. endif
54.endif 54.endif
55 55
56.include "../../mk/compiler.mk" 56.include "../../mk/compiler.mk"
57.if !empty(CC_VERSION:Mgcc*) 57.if !empty(CC_VERSION:Mgcc*)
58CFLAGS+= -fno-strict-aliasing 58CFLAGS+= -fno-strict-aliasing
59.endif 59.endif
60 60
61.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" 61.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
62GCC_REQD+= 2.95.3 62GCC_REQD+= 2.95.3
63.endif 63.endif
64 64
65.if !exists(/usr/bin/bc) 65.if !exists(/usr/bin/bc)
66BUILD_DEPENDS+= bc>=[0-9]*:../../math/bc 66BUILD_DEPENDS+= bc-[0-9]*:../../math/bc
67.endif 67.endif
68 68
69INSTALL_MAKE_FLAGS= install_prefix=${DESTDIR} 69INSTALL_MAKE_FLAGS= install_prefix=${DESTDIR}
70 70
71.include "../../devel/gettext-lib/buildlink3.mk" 71.include "../../devel/gettext-lib/buildlink3.mk"
72.include "../../mk/jpeg.buildlink3.mk" 72.include "../../mk/jpeg.buildlink3.mk"
73.include "../../x11/libXrandr/buildlink3.mk" 73.include "../../x11/libXrandr/buildlink3.mk"
74.include "../../x11/libXt/buildlink3.mk" 74.include "../../x11/libXt/buildlink3.mk"