diff options
author | jmc <jmc> | 2003-06-25 22:30:20 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-06-25 22:30:20 +0000 |
commit | d45fe75415ae4e308ded941a02b8a4c350660159 (patch) | |
tree | a85b11e4417bfafff1066f5c9b8be502dc0087a3 /graphics | |
parent | 65d043848b3c13b6d9e84e41134d65133c13bcaf (diff) | |
download | pkgsrc-d45fe75415ae4e308ded941a02b8a4c350660159.tar.gz |
Needs freetype-lib and buildlinkify stuff
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index 16a3b232e92..3741a308843 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/06/23 10:54:36 adam Exp $ +# $NetBSD: Makefile,v 1.13 2003/06/25 22:30:20 jmc Exp $ DISTNAME= gdmodule.c PKGNAME= ${PYPKGPREFIX}-gd-1.3 @@ -12,11 +12,10 @@ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://starship.python.net/~richard/gdmodule/ COMMENT= Python interface to gd graphics library -DEPENDS+= gd>=1.8.4nb1:../../graphics/gd - EXTRACT_CMD= ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} ALL_TARGET= default +USE_BUILDLINK2= yes # this pkg uses Makefile.pre.in PYTHON_VERSIONS_ACCEPTED= 20 21 @@ -34,5 +33,7 @@ do-configure: ${CP} ${PREFIX}/${PYLIB}/config/Makefile.pre.in ${WRKSRC} cd ${WRKSRC}; ${MAKE} -f Makefile.pre.in boot +.include "../../graphics/freetype-lib/buildlink2.mk" +.include "../../graphics/gd/buildlink2.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |