pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imap-uw Add BUILD_TARGET for OpenBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8586fb8242f2
branches:  trunk
changeset: 507288:8586fb8242f2
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Mon Jan 30 07:56:07 2006 +0000

description:
Add BUILD_TARGET for OpenBSD.

diffstat:

 mail/imap-uw/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 80503e11323d -r 8586fb8242f2 mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Mon Jan 30 06:40:11 2006 +0000
+++ b/mail/imap-uw/Makefile     Mon Jan 30 07:56:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2006/01/12 20:53:50 adam Exp $
+# $NetBSD: Makefile,v 1.108 2006/01/30 07:56:07 hiramatsu Exp $
 #
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
@@ -39,6 +39,8 @@
 .  endif
 .elif ${OPSYS} == "OSF1"
 BUILD_TARGET=  osf
+.elif ${OPSYS} == "OpenBSD"
+BUILD_TARGET=   bso
 .else
 BUILD_TARGET=  neb
 .endif



Home | Main Index | Thread Index | Old Index