diff options
author | drochner <drochner> | 2002-10-24 21:56:32 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-10-24 21:56:32 +0000 |
commit | 4eb3f98c1136f87aa1b4bdbfeb5be367a6f61110 (patch) | |
tree | 074ba351d5f59ba3ad2ce34d23b955a75b7fce18 /www/zope25-ZPhotoSlides | |
parent | 061c7bbec1f8a341a62fb1948e97fa20dd9174b6 (diff) | |
download | pkgsrc-4eb3f98c1136f87aa1b4bdbfeb5be367a6f61110.tar.gz |
convert to buildlink2
Diffstat (limited to 'www/zope25-ZPhotoSlides')
-rw-r--r-- | www/zope25-ZPhotoSlides/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/zope25-ZPhotoSlides/Makefile b/www/zope25-ZPhotoSlides/Makefile index ca563007656..df7b3de1fac 100644 --- a/www/zope25-ZPhotoSlides/Makefile +++ b/www/zope25-ZPhotoSlides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/12 11:09:48 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/24 21:56:34 drochner Exp $ DISTNAME= ZPhotoSlides-0.3 PKGNAME= zope25-ZPhotoSlides-0.3 @@ -14,7 +14,8 @@ HOMEPAGE= http://www.zope.org/Members/p3b/ZPhotoSlides COMMENT= present your photos quickly in zope ZOPE_COPYPRODUCT= zope-std-copyproduct-short +USE_BUILDLINK2= yes .include "../../www/zope25/product.mk" -.include "../../graphics/py-imaging/buildlink.mk" +.include "../../graphics/py-imaging/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |