summaryrefslogtreecommitdiff
path: root/textproc/ocaml-text
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2015-03-04 15:31:34 +0000
committersevan <sevan@pkgsrc.org>2015-03-04 15:31:34 +0000
commit2c4018dd2947e85d6f170b82799a0207d3015343 (patch)
tree073b73038ec3465bd3dd6dd1cee51c23f9bbfffa /textproc/ocaml-text
parentc5e2228ff08021843ddb5bbefcb416f7134d8645 (diff)
downloadpkgsrc-2c4018dd2947e85d6f170b82799a0207d3015343.tar.gz
Include mk/bsd.fast.prefs.mk, it's needed for setting MACHINE_ARCH correctly.
Resolves packing issue on FreeBSD/AMD64 Reviewed by wiz@
Diffstat (limited to 'textproc/ocaml-text')
-rw-r--r--textproc/ocaml-text/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile
index 4894e477c9c..881ef76bf68 100644
--- a/textproc/ocaml-text/Makefile
+++ b/textproc/ocaml-text/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/01/20 14:24:37 jaapb Exp $
+# $NetBSD: Makefile,v 1.8 2015/03/04 15:31:34 sevan Exp $
#
DISTNAME= ocaml-text-0.6
@@ -22,6 +22,8 @@ SUBST_MESSAGE.destdir= Changing install location to DESTDIR
SUBST_FILES.destdir= setup.ml
SUBST_SED.destdir= -e 's,"install" :: findlib_name,"install" :: "-destdir ${DESTDIR}${PREFIX}/lib/ocaml/site-lib" :: "-ldconf /dev/null" :: findlib_name,'
+.include "../../mk/bsd.fast.prefs.mk"
+
PLIST_VARS= opt
.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
(${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64")