diff options
Diffstat (limited to 'x11/gnome-sharp/Makefile')
-rw-r--r-- | x11/gnome-sharp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-sharp/Makefile b/x11/gnome-sharp/Makefile index 84aabc33e05..521c11ac733 100644 --- a/x11/gnome-sharp/Makefile +++ b/x11/gnome-sharp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2012/06/14 07:43:28 sbd Exp $ +# $NetBSD: Makefile,v 1.33 2012/06/15 23:06:02 dholland Exp $ # DISTNAME= gnome-sharp-2.24.2 @@ -21,11 +21,11 @@ MAKE_JOBS_SAFE= no .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == NetBSD -.if !empty(OS_VERSION:M5.99.*) || !empty(OS_VERSION:M[6789].*) +. if !empty(OS_VERSION:M5.99.*) || !empty(OS_VERSION:M[6789].*) CONFIGURE_ENV+= EXTRACSDEFINES=-define:TIMET_IS_64BITS -.else +. else CONFIGURE_ENV+= EXTRACSDEFINES=-define:TIMET_IS_32BITS -.endif +. endif .endif PKGCONFIG_OVERRIDE+= art/art-sharp-2.0.pc.in |