diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 23:05:52 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 23:05:52 +0000 |
commit | f94e36e9d93f9c15c8174ca0e79bf5c820c1ce2a (patch) | |
tree | 3e1c8eaf9ee70d201b97c3b367f7c3ae59fa637e | |
parent | 1fe05e8632eeb25cac95f052734de89e09ec7266 (diff) | |
download | pkgsrc-f94e36e9d93f9c15c8174ca0e79bf5c820c1ce2a.tar.gz |
Convert to buildlink3.
-rw-r--r-- | graphics/pixieplus/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 88bd20e741a..4adfee4bf03 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:42 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/25 23:05:52 snj Exp $ # DISTNAME= pixieplus-0.5.4 @@ -11,14 +11,14 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.mosfet.org/pixie/ COMMENT= Free, fast, and feature packed image browser for KDE -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_X11= YES GNU_CONFIGURE= YES -.include "../../graphics/kdegraphics3/buildlink2.mk" -.include "../../graphics/ImageMagick/buildlink2.mk" -.include "../../graphics/libungif/buildlink2.mk" +.include "../../graphics/kdegraphics3/buildlink3.mk" +.include "../../graphics/ImageMagick/buildlink3.mk" +.include "../../graphics/libungif/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |