diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-20 09:54:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-20 09:54:52 +0000 |
commit | c6de47fd779667f1f1ff4d85fdd2050287ae251c (patch) | |
tree | c81119c319dd1d3ea7f57310df6059c79167e887 /benchmarks | |
parent | fc7ac4d00be5072095bd82e689c87b436cd4730d (diff) | |
download | pkgsrc-c6de47fd779667f1f1ff4d85fdd2050287ae251c.tar.gz |
Wildcard BUILD_DEPENDS. From Kouichirou Hiratsuka in PR 22196.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/xengine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile index b7e147bd4bf..5829fd5637d 100644 --- a/benchmarks/xengine/Makefile +++ b/benchmarks/xengine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:24:37 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/07/20 09:54:52 wiz Exp $ # FreeBSD Id: ports/benchmarks/xengine/Makefile,v 1.9 2000/02/02 22:31:24 mharo Exp DISTNAME= xengine-1.0.1 @@ -13,7 +13,7 @@ PATCH_DIST_STRIP= -p1 # no ${PATCHFILES} but used below MAINTAINER= sakamoto@NetBSD.org COMMENT= Reciprocating engine for X -BUILD_DEPENDS= gsharutils-4.2.1:../../archivers/gsharutils +BUILD_DEPENDS= gsharutils>=4.2.1:../../archivers/gsharutils DIST_SUBDIR= xengine USE_IMAKE= yes |