aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbofh <bofh@FreeBSD.org>2015-01-18 19:17:17 +0800
committerbofh <bofh@FreeBSD.org>2015-01-18 19:17:17 +0800
commit990ffe0c6ebb315cdb1e31f97978890c28a9b8c4 (patch)
tree9d56fe551db884b1600d6e575dd1ecccf6df1364 /lang
parent019ead2da5d38ef477c64282e238c183be8ad4fc (diff)
downloadfreebsd-ports-gnome-990ffe0c6ebb315cdb1e31f97978890c28a9b8c4.tar.gz
freebsd-ports-gnome-990ffe0c6ebb315cdb1e31f97978890c28a9b8c4.tar.zst
freebsd-ports-gnome-990ffe0c6ebb315cdb1e31f97978890c28a9b8c4.zip
lang/guile2 error: Fix LIB_DEPENDS
- Fixed wrong shared library PR: 196683 Differential Revision: https://reviews.freebsd.org/D1537 Submitted by: spastorino@gmail.com Approved by: marino(mentor)
Diffstat (limited to 'lang')
-rw-r--r--lang/guile2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile
index 0f6a5d844eb3..9a04429ac000 100644
--- a/lang/guile2/Makefile
+++ b/lang/guile2/Makefile
@@ -3,11 +3,9 @@
PORTNAME= guile
PORTVERSION= 2.0.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang scheme
MASTER_SITES= GNU
-#MASTER_SITES= ${MASTER_SITE_GNU}
-#MASTER_SITE_SUBDIR= guile
PKGNAMESUFFIX= 2
MAINTAINER= bofh@FreeBSD.org
@@ -37,7 +35,7 @@ OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
THREADS_CONFIGURE_WITH= threads
-THREADS_LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc-threaded
+THREADS_LIB_DEPENDS= libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded
THREADS_LIB_DEPENDS_OFF= libgc.so:${PORTSDIR}/devel/boehm-gc
REINPLACE_FILES= libguile/smob.c libguile/filesys.c libguile/gc.c \