diff options
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 22f86d60c46..7d3f5f8548f 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2007/04/21 11:17:47 obache Exp $ +# $NetBSD: Makefile,v 1.75 2007/10/16 23:48:58 tnn Exp $ DISTNAME= w3c-libwww-5.4.0 PKGNAME= libwww-5.4.0 @@ -42,7 +42,7 @@ pre-configure: .include "../../mk/bsd.prefs.mk" -.if empty(LOWER_OPSYS:Mirix5*) +.if ${OPSYS} != "IRIX" # IRIX 5 does not have libregex CONFIGURE_ARGS+= --with-regex .endif |