summaryrefslogtreecommitdiff
path: root/graphics/xpm
diff options
context:
space:
mode:
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"