Skip to content

Commit

Permalink
FreeBSD: auto-track the python version
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Jan 9, 2024
1 parent 0e8c0b8 commit e381ec7
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ USES+= libtool:keepla pkgconfig readline:port
#USES+=cmake
USES+=cmake:noninja
USES+=shebangfix
USES+=python

USE_LDCONFIG= yes

#CPPFLAGS+=-I${LOCALBASE}/include

LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \
libjansson.so:devel/jansson
LIB_DEPENDS+= libpython3.9.so:lang/python39
libjansson.so:devel/jansson \
libpython${_PYVERSION}.so:lang/python${PYTHON_SUFFIX}

_PYVERSION= ${PYTHON_VER}${PYTHON_ABIVER}

# optional overrides, used by build system.
.-include "BareosCommonMakefile-overrides.mk"
Expand Down

0 comments on commit e381ec7

Please sign in to comment.