diff options
author | snj <snj@pkgsrc.org> | 2004-04-26 01:30:41 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-26 01:30:41 +0000 |
commit | 5544502a57a975e489801593eaca3fb2f9aebe2d (patch) | |
tree | c1d13be6bbe938a48ef3eeb415e4a96cbdaa41c3 /print/ja-vflib-utils | |
parent | e65a583a9a1e26c6c43358ced6e6ec9fff97ade4 (diff) | |
download | pkgsrc-5544502a57a975e489801593eaca3fb2f9aebe2d.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'print/ja-vflib-utils')
-rw-r--r-- | print/ja-vflib-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ja-vflib-utils/Makefile b/print/ja-vflib-utils/Makefile index 803181bbaf2..05ddfb1b41b 100644 --- a/print/ja-vflib-utils/Makefile +++ b/print/ja-vflib-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/09/11 08:54:47 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/26 01:30:42 snj Exp $ .include "../../print/ja-vflib-lib/Makefile.common" @@ -13,5 +13,5 @@ CONFIGURE_ARGS+= --enable-tools --with-x ALL_TARGET= build-tools INSTALL_TARGET= install-tools -.include "../../print/ja-vflib-lib/buildlink2.mk" +.include "../../print/ja-vflib-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |