aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-10-10 11:39:51 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-10-10 11:39:51 +0000
commitf071fdc6bd2fd4dc880c24b2ca71848a2637ff2e (patch)
tree779d68eedf40252936a7c7740b75befb8b19e7be /textproc
parent839353ae3e5c48c3103cff8a450219ea0ba5ebcc (diff)
downloadports-f071fdc6bd2fd4dc880c24b2ca71848a2637ff2e.tar.gz
ports-f071fdc6bd2fd4dc880c24b2ca71848a2637ff2e.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ocaml-pxp/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile
index 933b9af45b0a..6f135ef21ae9 100644
--- a/textproc/ocaml-pxp/Makefile
+++ b/textproc/ocaml-pxp/Makefile
@@ -33,12 +33,6 @@ CONFIGURE_ARGS+=-without-wlex-compat -without-wlex
ALL_TARGET= all opt
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-BROKEN= segfaults during build
-.endif
-
# to avoid a conflict with PACKAGES in bsd.port.mk
post-extract:
${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e 's/PACKAGES/PXP_PACKAGES/'
@@ -49,4 +43,4 @@ post-install:
@${FIND} ${PREFIX}/lib/ocaml/site-lib/ -type d -name 'pxp*' | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>