diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-18 23:58:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-18 23:58:29 +0000 |
commit | 5362fbfdddf356e3a7a82daf88a4743e28a2cf44 (patch) | |
tree | dffc239c6c3a07caf87b1fde29c21d73cb436cbb /print/img2eps | |
parent | 026ab35955cb58e2fd58d59c6c0bc8c207649d03 (diff) | |
download | pkgsrc-5362fbfdddf356e3a7a82daf88a4743e28a2cf44.tar.gz |
Convert to bl3.
Diffstat (limited to 'print/img2eps')
-rw-r--r-- | print/img2eps/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/img2eps/Makefile b/print/img2eps/Makefile index 341a62ae6f9..8e0536e07a6 100644 --- a/print/img2eps/Makefile +++ b/print/img2eps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/03 18:49:51 reed Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/19 00:00:06 wiz Exp $ # DISTNAME= img2eps-0.1 @@ -11,12 +11,12 @@ MAINTAINER= dillo@giga.or.at HOMEPAGE= http://eris.giga.or.at/pub/nih/img2eps/ COMMENT= Convert raster images to EPS files -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES TEST_TARGET= check -.include "../../graphics/jpeg/buildlink2.mk" -.include "../../graphics/libungif/buildlink2.mk" -.include "../../graphics/png/buildlink2.mk" -.include "../../graphics/tiff/buildlink2.mk" +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/libungif/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../graphics/tiff/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |