diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-11-24 22:32:11 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-11-24 22:32:11 +0000 |
commit | 535515ad3047c1397fc5bf59dad689c25c12ffda (patch) | |
tree | 14e0324a22069da7adf3015a92c7b37cefb9d887 /x11/xscreensaver | |
parent | 09cad81d236e904398fef1e29420fc0f69a4e2c2 (diff) | |
download | pkgsrc-535515ad3047c1397fc5bf59dad689c25c12ffda.tar.gz |
Fix bad pattern in BUILD_DEPENDS
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r-- | x11/xscreensaver/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index b0151fbc324..933fb83cdc3 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.111 2012/08/01 12:22:14 drochner Exp $ +# $NetBSD: Makefile.common,v 1.112 2012/11/24 22:32:11 cheusov Exp $ # # used by x11/xscreensaver/Makefile # used by x11/xscreensaver-demo/Makefile @@ -63,7 +63,7 @@ GCC_REQD+= 2.95.3 .endif .if !exists(/usr/bin/bc) -BUILD_DEPENDS+= bc>=[0-9]*:../../math/bc +BUILD_DEPENDS+= bc-[0-9]*:../../math/bc .endif INSTALL_MAKE_FLAGS= install_prefix=${DESTDIR} |