summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>2000-11-20 08:33:42 +0000
committertron <tron>2000-11-20 08:33:42 +0000
commitc5c4ea5e428f0784bb30bbf6e258ef3ba16b7fe9 (patch)
treedc20f3ec8809c8197d72ef56a1300cd28f736ad1 /mk
parent3acba26ec812db64bc50f81c4e5a03764f3203b3 (diff)
downloadpkgsrc-c5c4ea5e428f0784bb30bbf6e258ef3ba16b7fe9.tar.gz
Remove unnecessary whitespace in shell command.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index bbbf27d53e9..3cd4aa16cf4 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.610 2000/11/18 21:55:28 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.611 2000/11/20 08:33:42 tron Exp $
#
# This file is in the public domain.
#
@@ -779,7 +779,7 @@ DEPENDS+= ${LESSTIF_DEPENDS}
# need to use the package.
.if defined(USE_XPM)
.if exists(${X11BASE}/include/X11/xpm.h)
-__BUILTIN_XPM!= ${EGREP} -c NormalLibXpm ${X11BASE}/lib/X11/config/X11.tmpl || ${TRUE}
+__BUILTIN_XPM!= ${EGREP} -c NormalLibXpm ${X11BASE}/lib/X11/config/X11.tmpl || ${TRUE}
.if (${__BUILTIN_XPM} == "0")
DEPENDS+= xpm-3.4k:../../graphics/xpm
XPMDIR_DEFAULT= ${X11PREFIX}