diff options
author | tv <tv@pkgsrc.org> | 1999-05-03 20:25:36 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-03 20:25:36 +0000 |
commit | ed9cfb063db496a0cc8058a0a595d5413205342c (patch) | |
tree | 169adc3671da7cad814a85918a929dd606be949d /graphics/py-gd | |
parent | d9ca11685d0aa3f427ea416ff881be38cb12ceb3 (diff) | |
download | pkgsrc-ed9cfb063db496a0cc8058a0a595d5413205342c.tar.gz |
Change gd package "version" to 1.3p1 so that packages (particularly py-gd)
will not try to link against the version without a shared library.
Diffstat (limited to 'graphics/py-gd')
-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 d91e004e523..7b3f1e5b191 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/02 17:48:37 tsarna Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/03 20:25:37 tv 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 \ - gd-1.3:../../graphics/gd + gd-1.3p1:../../graphics/gd WRKSRC= ${WRKDIR}/build |