diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-02 19:54:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-02 19:54:25 +0000 |
commit | ce61568ed133b46d28dd980a9621ccaee4cc8e05 (patch) | |
tree | 8356651480ead7ac7748ade5733a9182aeed7199 /graphics | |
parent | f7bca013a20cdf05fc7442b530c015ed698658cf (diff) | |
download | pkgsrc-ce61568ed133b46d28dd980a9621ccaee4cc8e05.tar.gz |
wildcard dependency on graphics/gd to make this package build again
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index ff977c3168d..2fad50cbd13 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/01 03:34:31 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/09/02 19:54:25 wiz Exp $ DISTNAME= gdmodule.c PKGNAME= py-gd-1.3 @@ -10,7 +10,7 @@ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://starship.python.net/~richard/gdmodule/ DEPENDS+= python-1.5.2:../../lang/python -DEPENDS+= gd-1.7.3:../../graphics/gd +DEPENDS+= gd>=1.8.3:../../graphics/gd NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} |