diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-24 22:09:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-24 22:09:22 +0000 |
commit | 3244fdc70ee4b53a9435597e4d7c1cdd98ca6f73 (patch) | |
tree | 3611bfa99f9f251af0ef80b1f00208b2cde95579 /graphics | |
parent | e8304e21be8d87085a24d1630d7cdf30f8af006b (diff) | |
download | pkgsrc-3244fdc70ee4b53a9435597e4d7c1cdd98ca6f73.tar.gz |
Convert to bl3.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/urt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 7fa3c8a32c3..f1c716cf923 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/01/28 00:32:14 heinz Exp $ +# $NetBSD: Makefile,v 1.34 2004/04/24 22:09:22 wiz Exp $ DISTNAME= urt PKGNAME= urt-3.1b1 @@ -17,7 +17,7 @@ COMMENT= Toolkit and library for raster image processing EXTRACT_ONLY= urt-3.1b.tar.Z WRKSRC= ${WRKDIR} -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_LIBTOOL= yes USE_X11= yes CONFIGURE_SCRIPT=./Configure @@ -39,5 +39,5 @@ post-install: ${FIND} . -type d -exec ${CHMOD} 755 '{}' \; ; \ ${FIND} . -type f -exec ${CHMOD} 644 '{}' \;) -.include "../../graphics/netpbm/buildlink2.mk" +.include "../../graphics/netpbm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |