From 472dafdd2e1560bc21a20b89efd58a911dc44409 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 20:49:47 +0000 Subject: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html --- print/ja-vflib-utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/ja-vflib-utils') diff --git a/print/ja-vflib-utils/Makefile b/print/ja-vflib-utils/Makefile index 484b53a8baf..cc3d3953457 100644 --- a/print/ja-vflib-utils/Makefile +++ b/print/ja-vflib-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:03:20 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:53 rillig Exp $ .include "../../print/ja-vflib-lib/Makefile.common" @@ -6,7 +6,7 @@ PKGNAME= ja-vflib-utils-${VFLIB_VERSION} PKGREVISION= 1 COMMENT= Utilities for manipulating VFlib vector font files -BUILDLINK_DEPENDS.vflib=ja-vflib-lib>=${VFLIB_VERSION} +BUILDLINK_DEPENDS.vflib+= ja-vflib-lib>=${VFLIB_VERSION} CONFIGURE_ARGS+= --enable-tools --with-x -- cgit v1.2.3