diff options
Diffstat (limited to 'devel/boost-all/compiled.mk')
-rw-r--r-- | devel/boost-all/compiled.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-all/compiled.mk b/devel/boost-all/compiled.mk index 5ce72182513a..09e570820c6d 100644 --- a/devel/boost-all/compiled.mk +++ b/devel/boost-all/compiled.mk @@ -7,8 +7,8 @@ ALL_TARGET= stage USES+= compiler:c++17-lang USE_CXXSTD= gnu++17 -PLIST_SUB+= MAJOR_VER=${PORTVERSION:R:R} \ - MINOR_VER=${PORTVERSION:R:E} \ +PLIST_SUB+= BOOST_MAJOR_VER=${PORTVERSION:R:R} \ + BOOST_MINOR_VER=${PORTVERSION:R:E} \ BOOST_SHARED_LIB_VER=${PORTVERSION} PKG_MESSAGE_FILE_THREADS= ${PORTSDIR}/devel/boost-all/pkg-message.threads |