summaryrefslogtreecommitdiff
path: root/mail/notmuch
diff options
context:
space:
mode:
Diffstat (limited to 'mail/notmuch')
-rw-r--r--mail/notmuch/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index aec62abff76..2a9e500b21a 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/11/22 23:55:33 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/02/25 15:00:51 jperkin Exp $
DISTNAME= notmuch-0.21
CATEGORIES= mail
@@ -21,12 +21,10 @@ MAKE_FLAGS+= PYTHON=${PYTHONBIN}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
-.if ${OPSYS} == "SunOS"
-SUBST_CLASSES+= gnuld
+SUBST_CLASSES.SunOS+= gnuld
SUBST_STAGE.gnuld= pre-configure
SUBST_FILES.gnuld= lib/Makefile.local
SUBST_SED.gnuld= -e 's/-Wl,--[^ ]*//g'
-.endif
SUBST_CLASSES+= sphinx
SUBST_SED.sphinx+= -e "s,sphinx-build,sphinx-build${PYVERSSUFFIX},"