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 --- audio/xmms-iris/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/xmms-iris') diff --git a/audio/xmms-iris/Makefile b/audio/xmms-iris/Makefile index 7f11bc5014a..c230861e419 100644 --- a/audio/xmms-iris/Makefile +++ b/audio/xmms-iris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:44:59 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/12/05 20:49:50 rillig Exp $ # DISTNAME= iris-0.11 @@ -18,7 +18,7 @@ USE_LIBTOOL= YES # Needs libXxf86vm.so which isn't provided on NetBSD currently. .if !exists(${X11BASE}/lib/libXxf86vm.so) -PKG_FAIL_REASON= "${PKGNAME} requires libXxf86vm.so" +PKG_FAIL_REASON+= "${PKGNAME} requires libXxf86vm.so" .endif .include "../../audio/xmms/buildlink3.mk" -- cgit v1.2.3