diff options
author | fredb <fredb> | 2001-07-09 14:31:58 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-07-09 14:31:58 +0000 |
commit | 88af520efcdfb2361f8eb20651e8a579f94a7f21 (patch) | |
tree | 5edc29ef357477df095625fa39b372c5deb6ad33 /mk/bsd.prefs.mk | |
parent | f9c5bb8a24c16b04f7273bb1069559ce5e2f39b0 (diff) | |
download | pkgsrc-88af520efcdfb2361f8eb20651e8a579f94a7f21.tar.gz |
Provide missing parenthesis for CHECK_XPM.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index d712935521f..5bb0ed01794 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.49 2001/07/06 21:10:20 tron Exp $ +# $NetBSD: bsd.prefs.mk,v 1.50 2001/07/09 14:31:58 fredb Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -200,8 +200,7 @@ HAVE_BUILTIN_FREETYPE2= YES # depend on the Xpm package. .if (defined(CHECK_XPM) || defined(USE_XPM)) X11BASE?= /usr/X11R6 -.if exists(${X11BASE}/include/X11/xpm.h) && \ - exist(${X11BASE}/lib/X11/config/X11.tmpl +.if exists(${X11BASE}/include/X11/xpm.h) && exists(${X11BASE}/lib/X11/config/X11.tmpl) __BUILTIN_XPM!= ${EGREP} -c NormalLibXpm ${X11BASE}/lib/X11/config/X11.tmpl || ${TRUE} .else __BUILTIN_XPM= 0 |