diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-25 23:58:32 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-25 23:58:32 +0000 |
commit | 030afc1756e2ddc92520250830b5b33bb831c73f (patch) | |
tree | 2f06e8f9aec9bd6a48745d6ee119edd2718c0ad5 /graphics/xart | |
parent | 1baadf5f27e716c17127c6f1aeb5b519b495df01 (diff) | |
download | pkgsrc-030afc1756e2ddc92520250830b5b33bb831c73f.tar.gz |
Converted to use buildlink.mk
Diffstat (limited to 'graphics/xart')
-rw-r--r-- | graphics/xart/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index 223f9a851ab..4d92ddd7fc9 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/05/22 09:32:22 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/06/25 23:58:32 zuntum Exp $ # DISTNAME= xart19980415 @@ -11,10 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cqi.com/~humbubba/linux.html COMMENT= Paint program (enhanced xpaint) -DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= png>=1.0.11:../../graphics/png - +USE_BUILDLINK_ONLY=YES USE_IMAKE= YES USE_XPM= YES @@ -24,4 +21,7 @@ post-extract: ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 ${FIND} ${WRKSRC} -type f -print | ${XARGS} ${CHMOD} 644 +.include "../../graphics/jpeg/buildlink.mk" +.include "../../graphics/tiff/buildlink.mk" +.include "../../graphics/png/buildlink.mk" .include "../../mk/bsd.pkg.mk" |