diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-02 20:26:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-02 20:26:24 +0000 |
commit | 72178edc0ffe66eac97c657fbb3f0d8ead69842b (patch) | |
tree | 9dbc26e8404a90caded22539a58735268ec245cd /mail | |
parent | a9e5d902ef06f55861050ebe8b8139cc16350a3e (diff) | |
download | pkgsrc-72178edc0ffe66eac97c657fbb3f0d8ead69842b.tar.gz |
Set BUILD_TARGET correctly on OSF1. Patch provided by Hideo Masuda
through PR pkg/31445.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imap-uw/Makefile | 4 |
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 |