summaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authorgrant <grant>2004-12-18 16:17:12 +0000
committergrant <grant>2004-12-18 16:17:12 +0000
commit1be55c7062ccd3ceb9e87e4d12e5fdc269cecda6 (patch)
tree0428202328278d6ec1c04a6bde8381d2ba17e7ed /mail/imap-uw
parent65303a84c639b3322c33720b0b8737f89e6e851d (diff)
downloadpkgsrc-1be55c7062ccd3ceb9e87e4d12e5fdc269cecda6.tar.gz
add build target support for IRIX.
fixes PR pkg/28610 from Georg Schwarz.
Diffstat (limited to 'mail/imap-uw')
-rw-r--r--mail/imap-uw/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index fd8c26d8eb1..d81af2c4d0f 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2004/12/03 15:15:02 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2004/12/18 16:17:12 grant Exp $
# ATTENTION:
# The Kerberos support in this software is known to be problematic. If you
# upgrade this package you *must* test it on a system *without* Kerberos
@@ -32,6 +32,12 @@ BUILD_TARGET= gso
BUILD_TARGET= slx
.elif ${OPSYS} == "Darwin"
BUILD_TARGET= osx
+.elif ${OPSYS} == "IRIX"
+. if ${OS_VERSION} >= 6.5
+BUILD_TARGET= sg6
+. else
+BUILD_TARGET= sgi
+. endif
.else
BUILD_TARGET= neb
. if defined(USE_KERBEROS) && ${USE_KERBEROS} != "no"