1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

x11-toolkits/wlroots-devel: track SOVERSION after 21a74b9aac

This commit is contained in:
Jan Beich 2024-05-11 01:37:24 +02:00
parent 4e9f09f249
commit 58e462a99f

View File

@ -1,7 +1,7 @@
WLR_SUFFIX= -devel
WLR_SOVERSION= 13
BUILD_DEPENDS:= ${BUILD_DEPENDS:S/wlroots/&${WLR_SUFFIX}/g}
LIB_DEPENDS:= ${LIB_DEPENDS:S/wlroots$/&${WLR_SUFFIX}/}
LIB_DEPENDS:= ${LIB_DEPENDS:S/wlroots.so/&.${WLR_SOVERSION}/:S/wlroots$/&${WLR_SUFFIX}/}
USES+= localbase # -isystem
CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/wlroots${WLR_SUFFIX}/libdata/pkgconfig"