summaryrefslogtreecommitdiff
path: root/graphics/xpm
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-11-25 08:42:04 +0000
committertron <tron@pkgsrc.org>2000-11-25 08:42:04 +0000
commitdaecc883f72a1bafdcf9985c3a4fd7e652e39824 (patch)
tree58c30f2f77ea7016184d66dda5e55b71119841fc /graphics/xpm
parente105ef1c1f97f723ef08d039e4d7d418f067aefb (diff)
downloadpkgsrc-daecc883f72a1bafdcf9985c3a4fd7e652e39824.tar.gz
Optimize last change a bit.
Diffstat (limited to 'graphics/xpm')
-rw-r--r--graphics/xpm/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index 4ce55237dec..53b17977562 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/11/25 08:38:03 tron Exp $
+# $NetBSD: Makefile,v 1.15 2000/11/25 08:42:04 tron Exp $
#
DISTNAME= xpm-3.4k
@@ -12,10 +12,9 @@ USE_IMAKE= yes
.if !defined(CHECK_XPM)
IS_BUILTIN_XPM!= ${MAKE} CHECK_XPM=YES USE_XPM=YES VARNAME=IS_BUILTIN_XPM show-var
-.endif
-
-.if !defined(CHECK_XPM) && (${IS_BUILTIN_XPM} != "0")
+.if (${IS_BUILTIN_XPM} != "0")
IGNORE= "The Xpm library is included in your X11 distribution."
.endif
+.endif
.include "../../mk/bsd.pkg.mk"