summaryrefslogtreecommitdiff
path: root/time/phoon/Makefile
diff options
context:
space:
mode:
authoris <is>2006-01-13 11:16:57 +0000
committeris <is>2006-01-13 11:16:57 +0000
commit06d9550d0167c21b88c607a79c2e2fa15720b07e (patch)
treec39e4ab4de32d358c8860c0d29624609e49ef7ad /time/phoon/Makefile
parentbdb41cb271e3fdb5e914a9abda6754a234bcc984 (diff)
downloadpkgsrc-06d9550d0167c21b88c607a79c2e2fa15720b07e.tar.gz
Make this compile on SunOS 5.x.
Diffstat (limited to 'time/phoon/Makefile')
-rw-r--r--time/phoon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/phoon/Makefile b/time/phoon/Makefile
index 7207fdcefae..3b0d140a037 100644
--- a/time/phoon/Makefile
+++ b/time/phoon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/01/25 04:20:31 tv Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/13 11:16:57 is Exp $
#
DISTNAME= phoon_01apr1995
@@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/phoon
.include "../../mk/bsd.prefs.mk"
# doesn't have tm_gmtoff
-.if ${OPSYS} == "Interix"
+.if ${OPSYS} == "Interix" || ${OPSYS} == "SunOS"
MAKE_FLAGS+= DEFINES=-DSYSV
.endif