summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authormartti <martti>2006-12-15 12:46:23 +0000
committermartti <martti>2006-12-15 12:46:23 +0000
commitf800f4a97ec4a0cfe2daf6d06a25d71da0b92317 (patch)
tree2c399d6a95c0986990ab6070ded1717566864e9e /mk/bsd.pkg.mk
parent769a053cda9ef0438c9c30fcada81a95be5d677d (diff)
downloadpkgsrc-f800f4a97ec4a0cfe2daf6d06a25d71da0b92317.tar.gz
Remove trailing spaces.
Diffstat (limited to 'mk/bsd.pkg.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 7ad9709e2be..7b56a5fb6c7 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1899 2006/11/26 08:37:03 rillig Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1900 2006/12/15 12:46:23 martti Exp $
#
# This file is in the public domain.
#
@@ -524,7 +524,7 @@ PKG_FAIL_REASON+= "${PKGNAME} is restricted:" \
PKG_FAIL_REASON+= "${PKGNAME} may not be built, because it utilizes strong cryptography"
. endif
. endif
-. if defined(USE_X11) && (${X11_TYPE} == "native") && !exists(${X11BASE})
+. if defined(USE_X11) && (${X11_TYPE} == "native") && !exists(${X11BASE})
PKG_FAIL_REASON+= "${PKGNAME} uses X11, but ${X11BASE} not found"
. endif
. if defined(BROKEN)