diff options
author | wiz <wiz> | 2002-04-11 12:41:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-04-11 12:41:53 +0000 |
commit | c84d4b04fab6496a6cef3d5887135253dae41cc9 (patch) | |
tree | ea613196451f4727c6293bce8fd45b27c569a8be /net/dhisd | |
parent | fd2a76e1a70c22fc9ec09bf3596a97a33c4ec7d4 (diff) | |
download | pkgsrc-c84d4b04fab6496a6cef3d5887135253dae41cc9.tar.gz |
Improve gmp wildcard to be happy with 4.0.1.
Diffstat (limited to 'net/dhisd')
-rw-r--r-- | net/dhisd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhisd/Makefile b/net/dhisd/Makefile index 5fbd3b7206a..b2ceb91d13c 100644 --- a/net/dhisd/Makefile +++ b/net/dhisd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/12/05 15:00:47 agc Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/11 12:41:53 wiz Exp $ # DISTNAME= dhisd-5.0 @@ -9,7 +9,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.dhis.org COMMENT= DynDNS server -DEPENDS+= gmp-3.*:../../devel/gmp +DEPENDS+= gmp>=3.0:../../devel/gmp do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dhisd |