diff options
author | jlam <jlam> | 2002-11-15 11:32:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-11-15 11:32:38 +0000 |
commit | 94ff59b09119c6cf0b0c85b4fd1a3448abb0b089 (patch) | |
tree | 011e123bece21411ee673f60d45b20e9418b443b /graphics/xpm | |
parent | 48883e10fdf19cd33acced2b92c0f7987ebeb3dd (diff) | |
download | pkgsrc-94ff59b09119c6cf0b0c85b4fd1a3448abb0b089.tar.gz |
Use some indentation to make this easier to read.
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/buildlink2.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/xpm/buildlink2.mk b/graphics/xpm/buildlink2.mk index 660bcc5a73a..c60d59212ce 100644 --- a/graphics/xpm/buildlink2.mk +++ b/graphics/xpm/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.4 2002/10/27 18:00:07 bouyer Exp $ +# $NetBSD: buildlink2.mk,v 1.5 2002/11/15 11:32:38 jlam Exp $ .if !defined(XPM_BUILDLINK2_MK) XPM_BUILDLINK2_MK= # defined @@ -13,12 +13,12 @@ BUILDLINK_PKGSRCDIR.xpm?= ../../graphics/xpm # _REQUIRE_BUILTIN_XPM?= NO .if (${OPSYS} != SunOS) || (${X11BASE} != "/usr/openwin") -.if exists(${X11BASE}/include/X11/xpm.h) && \ - exists(${X11BASE}/lib/X11/config/X11.tmpl) +. if exists(${X11BASE}/include/X11/xpm.h) && \ + exists(${X11BASE}/lib/X11/config/X11.tmpl) _IS_BUILTIN_XPM!= ${EGREP} -c NormalLibXpm ${X11BASE}/lib/X11/config/X11.tmpl || ${TRUE} -.else +. else _IS_BUILTIN_XPM= 0 -.endif +. endif .else _IS_BUILTIN_XPM!= (/usr/sbin/pkgchk -l SUNWxwinc | ${EGREP} -c xpm.h) || ${TRUE} .endif |