summaryrefslogtreecommitdiff
path: root/textproc/mdocml/Makefile
diff options
context:
space:
mode:
authortron <tron>2013-12-29 19:26:36 +0000
committertron <tron>2013-12-29 19:26:36 +0000
commitc242bea27a63a2dd47cfce952772c618f03c3d2b (patch)
treeaf4eb20df82b81ede8d6380399e4fb32ba048abe /textproc/mdocml/Makefile
parentad6fcad25b79844048ad9b8e58be1f2cfacb5800 (diff)
downloadpkgsrc-c242bea27a63a2dd47cfce952772c618f03c3d2b.tar.gz
Fix build under Mac OS X.
Diffstat (limited to 'textproc/mdocml/Makefile')
-rw-r--r--textproc/mdocml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index 7747ce7419a..9d9135d8d51 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2013/12/29 19:19:03 tron Exp $
+# $NetBSD: Makefile,v 1.40 2013/12/29 19:26:36 tron Exp $
DISTNAME= mdocml-1.12.2
CATEGORIES= textproc devel
@@ -21,8 +21,8 @@ SUBST_SED.roff= -e 's,Xr roff,Xr mandoc-roff,g'
.include "../../mk/bsd.fast.prefs.mk"
-# Solaris 10 and newer do not support static binaries
-.if ${OPSYS} == "SunOS"
+# Mac OS X and Solaris 10 and newer do not support static binaries.
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
MAKE_FLAGS+= STATIC=
.endif