diff options
author | asau <asau@pkgsrc.org> | 2014-06-19 15:15:38 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2014-06-19 15:15:38 +0000 |
commit | e7bd31670a8af821cb56a6958f1475f8d667e059 (patch) | |
tree | c00ae98846c5491b736d6d02e556e086a6fda0c5 /lang/smalltalk | |
parent | c80073640e8e07a3e896868e877659473b26d520 (diff) | |
download | pkgsrc-e7bd31670a8af821cb56a6958f1475f8d667e059.tar.gz |
FreeBSD uses NetBSD's libexecinfo.
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 4 |
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 |