Skip to content

Commit

Permalink
FreeBSD: use libpython3.7m
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Oct 30, 2020
1 parent 2f790a7 commit ebbefc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ CPPFLAGS+= -I${LOCALBASE}/include

LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \
libjansson.so:devel/jansson
LIB_DEPENDS+= libpython2.7.so:lang/python27
LIB_DEPENDS+= libpython3.7m.so:lang/python37


#GNU_CONFIGURE= yes
Expand Down

0 comments on commit ebbefc5

Please sign in to comment.