summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-10-02 20:26:24 +0000
committerminskim <minskim@pkgsrc.org>2005-10-02 20:26:24 +0000
commit72178edc0ffe66eac97c657fbb3f0d8ead69842b (patch)
tree9dbc26e8404a90caded22539a58735268ec245cd
parenta9e5d902ef06f55861050ebe8b8139cc16350a3e (diff)
downloadpkgsrc-72178edc0ffe66eac97c657fbb3f0d8ead69842b.tar.gz
Set BUILD_TARGET correctly on OSF1. Patch provided by Hideo Masuda
through PR pkg/31445.
-rw-r--r--mail/imap-uw/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 130fef74244..cc8da4dfa2d 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2005/09/28 20:52:23 rillig Exp $
+# $NetBSD: Makefile,v 1.100 2005/10/02 20:26:24 minskim Exp $
#
# ATTENTION:
# The Kerberos support in this software is known to be problematic. If you
@@ -37,6 +37,8 @@ BUILD_TARGET= sg6
. else
BUILD_TARGET= sgi
. endif
+.elif ${OPSYS} == "OSF1"
+BUILD_TARGET= osf
.else
BUILD_TARGET= neb