From e7bd31670a8af821cb56a6958f1475f8d667e059 Mon Sep 17 00:00:00 2001 From: asau Date: Thu, 19 Jun 2014 15:15:38 +0000 Subject: FreeBSD uses NetBSD's libexecinfo. --- lang/smalltalk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/smalltalk') diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index f540eca8eeb..fc360e06edf 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2014/05/05 00:48:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.84 2014/06/19 15:15:38 asau Exp $ DISTNAME= smalltalk-3.2.4 PKGREVISION= 19 @@ -47,7 +47,7 @@ REPLACE_FILES.sys-sed= ${REPLACE_SED} CPPFLAGS+= -DUSE_INTERP_RESULT # for backtrace -.if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h) +.if (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD") && exists(/usr/include/execinfo.h) LIBS+= -lexecinfo .endif -- cgit v1.2.3