From 2376bd0fbc35ba2000266ac8a72838cb21b47d13 Mon Sep 17 00:00:00 2001 From: kristerw Date: Tue, 14 Mar 2006 20:30:00 +0000 Subject: Modify .if statement introduced in previous commit so that it works for the NetBSD 1.6 make too. --- devel/pcl-cvs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/pcl-cvs') diff --git a/devel/pcl-cvs/Makefile b/devel/pcl-cvs/Makefile index d7f0e513569..eef89695062 100644 --- a/devel/pcl-cvs/Makefile +++ b/devel/pcl-cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/11 06:25:46 uebayasi Exp $ +# $NetBSD: Makefile,v 1.16 2006/03/14 20:30:00 kristerw Exp $ # DISTNAME= pcl-cvs-2.9.9 @@ -20,7 +20,7 @@ EMACS_VERSIONS_ACCEPTED= emacs20 .include "../../mk/emacs.mk" -.if !(("${EMACS_FLAVOR}" == "emacs") && ("${EMACS_VERSION_MAJOR}" == "20")) +.if !((${EMACS_FLAVOR} == "emacs") && (${EMACS_VERSION_MAJOR} == "20")) PKG_SKIP_REASON+= "${PKGNAME} is only for emacs20" .endif -- cgit v1.2.3