summaryrefslogtreecommitdiff
path: root/lang/polyml
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-08 14:34:06 +0000
committerasau <asau@pkgsrc.org>2012-10-08 14:34:06 +0000
commit4bcd883131c122a89a41d4badd042de048a05ccf (patch)
treeb96d80eb9bba0e93255c2950d47f8eecd755fef8 /lang/polyml
parent12231a99dbb1e601b082a9ca444aada0214425ac (diff)
downloadpkgsrc-4bcd883131c122a89a41d4badd042de048a05ccf.tar.gz
Use pkgsrc libffi instead of bundled one. Ride the update.
Diffstat (limited to 'lang/polyml')
-rw-r--r--lang/polyml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile
index 41f1f7321c7..747aae031db 100644
--- a/lang/polyml/Makefile
+++ b/lang/polyml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/10/08 14:26:03 asau Exp $
+# $NetBSD: Makefile,v 1.8 2012/10/08 14:34:06 asau Exp $
DISTNAME= polyml.5.5
PKGNAME= polyml-5.5
@@ -13,11 +13,13 @@ COMMENT= Poly/ML is an implementation of Standard ML
# Dumps core on NetBSD/amd64
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-system-libffi
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
TEST_TARGET= tests
.include "options.mk"
+.include "../../devel/libffi/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"