diff options
author | tnn <tnn@pkgsrc.org> | 2007-10-16 23:48:58 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-10-16 23:48:58 +0000 |
commit | 24d5b5440929de9526a6f56e677b8849f624fc21 (patch) | |
tree | b29811eb6b46cc5f60ca30ac6cd4ef5482fa68eb /www | |
parent | 0d22d43b0025cb69d33a7dfeec038c71e05ef3e9 (diff) | |
download | pkgsrc-24d5b5440929de9526a6f56e677b8849f624fc21.tar.gz |
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'www')
-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 |