diff options
Diffstat (limited to 'graphics/py-gd/Makefile')
-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} |