diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /lang/see | |
parent | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff) |
Notes
Diffstat (limited to 'lang/see')
-rw-r--r-- | lang/see/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/see/Makefile b/lang/see/Makefile index 8868bbd0b073..7883c47359da 100644 --- a/lang/see/Makefile +++ b/lang/see/Makefile @@ -35,7 +35,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib DEBUG_CFLAGS_OFF= -DNDEBUG -GC_LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc +GC_LIB_DEPENDS= libgc.so:devel/boehm-gc GC_CONFIGURE_WITH= boehm-gc post-patch: |