diff options
author | snj <snj> | 2004-04-26 01:30:41 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-26 01:30:41 +0000 |
commit | 763deb5793dee5984a3b02a5a0dec699d97cdd8a (patch) | |
tree | c1d13be6bbe938a48ef3eeb415e4a96cbdaa41c3 /print/ja-vflib-utils | |
parent | 71e721d57f800684b1ee126228756634758f45ac (diff) | |
download | pkgsrc-763deb5793dee5984a3b02a5a0dec699d97cdd8a.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" |