summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau>2014-06-19 15:15:38 +0000
committerasau <asau>2014-06-19 15:15:38 +0000
commit8165f2ba580aba27febd64313d61c20a5d389381 (patch)
treec00ae98846c5491b736d6d02e556e086a6fda0c5
parent61f2cc974957c5c8eb81ec7d2cd56de779c6dcc6 (diff)
downloadpkgsrc-8165f2ba580aba27febd64313d61c20a5d389381.tar.gz
FreeBSD uses NetBSD's libexecinfo.
-rw-r--r--lang/smalltalk/Makefile4
1 files changed, 2 insertions, 2 deletions
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